0_0_35025354_5547.cpp: In function 'int main()':
0_0_35025354_5547.cpp:48:39: error: 'reverse' was not declared in this scope
reverse(strCpy.begin(),strCpy.end());
^
0_0_35025354_5547.cpp:67:39: error: 'reverse' was not declared in this scope
reverse(strCpy.begin(),strCpy.end());
^
|