You seem to have left out something important.....
PHP Code:#include <iostream> // You must use this version!
#include <string>
using namespace std; //this is needed!
void main() {
string x;
cin >> x;
cout << x << endl;
}
|
Results 1 to 15 of 15
Thread: Reverse StringHybrid View
|
Click Here to Expand Forum to Full Width |