1077 Kuchiguse (20 point(s))

#include<iostream> #include<string> #include<algorithm> using namespace std; string t, res; int n; int main() { scanf("%d%*c", &n); getline(cin, res); reverse(res.begin(), res.end()); for(int i =
相關文章
相關標籤/搜索