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