#include<bits/stdc++.h> using namespace std; int main() { int n; cin >> n; cout << n % 10 * 10 + n / 10; return 0; }
#include<bits/stdc++.h> using namespace std; int main() { int x; cin>>x; cout<<x%10<<x/10; return 0; }
#include<bits/stdc++.h> using namespace std; int main() { int c; cin >> c; cout << c % 10 * 10 + c / 10; return 0; }//A
注册一个 核OJ_核桃编程 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 核OJ_核桃编程 通用账户