#2005: AC


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

School : No School
ID : 3096
IP address : [192.168.120.33]
Last Login :
2025-05-30 17:52:09
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

 
#2138: Re:AC


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a064. 倒帶人生 | From: [192.168.120.33] | Post Date : 2025-05-26 18:31

#include<bits/stdc++.h>

using namespace std;

int main(){

string a;

cin>>a;

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

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

return 0;

}

//Theo

don't send the wrong ans

 
ZeroJudge Forum