Xin Zhang
Results
1
issues of
Xin Zhang
``` #include #include using namespace std; int main() { string str(""); string newStr(""); cout > str; for (int i = (str.length() - 1); i >= 0; i--) { newStr +=...