{{{~cpp #include using namespace std; void main() { char buf[64] = {0, }; char reverse[64]; int i; cin >> buf; int length = strlen(buf); for(i=0; i