#include <bits/stdc++.h> using namespace std;
int main() { int n; cin >> n; int m = n % 10 * 100000 + n / 10 % 10 * 10000 + n / 100 * 1000; int y = m + n; cout << y << endl;
return 0;
}
使用您的 蒙青创OJ 通用账户