#2005: AC


1753924-2@g.puiching.edu.mo (楊允瀧P5A24)

School : No School
ID : 3096
IP address : [192.168.120.33]
Last Login :
2025-05-18 13:17:22
a064. 倒帶人生 | From: [192.168.120.33] | Post Date : 2025-04-29 21:12

#include<bits/stdc++.h>

using namespace std;

int main(){

string a;

cin>>a;

reverse(a.begin(),a.end());

cout<<a<<"~"<<endl;

return 0;

}

//Theo

 
ZeroJudge Forum