diff --git a/41A Translation/41A.cpp b/41A Translation/41A.cpp new file mode 100644 index 0000000..c017c61 --- /dev/null +++ b/41A Translation/41A.cpp @@ -0,0 +1,23 @@ +#include +using namespace std; +using ll = long long; + +void solve() +{ + string s,rs,t; + cin>>s>>t; + reverse(s.begin(),s.end()); + if(s==t) cout<<"YES"<> TC; + //cin.ignore(); + while (TC--) solve(); +} \ No newline at end of file