0_0_18434860_27344.cpp: In function 'int main()':
0_0_18434860_27344.cpp:192:42: error: 'reverse' was not declared in this scope
reverse(ssub.begin(),ssub.end());
^
0_0_18434860_27344.cpp:197:44: error: 'reverse' was not declared in this scope
reverse(ssub1.begin(),ssub1.end());
^
|