不正经题解
2025-08-08 20:54:09
发布于:江苏
3阅读
0回复
0点赞
太抽象了,上代码
#include<bits/stdc++.h>
using namespace std;
int n;
int main()
{
cin >> n;
cout << n % 10 << (n % 100) / 10 << n/100;
return 0;
}
写的时候大脑爆炸了
这里空空如也
2025-08-08 20:54:09
发布于:江苏
太抽象了,上代码
#include<bits/stdc++.h>
using namespace std;
int n;
int main()
{
cin >> n;
cout << n % 10 << (n % 100) / 10 << n/100;
return 0;
}
写的时候大脑爆炸了
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个