|
|
|
|
讨论 Discussion |
|
| |
13429347932749324 |
#include<iostream>
using namespace std;
int main(){
freopen("p1680.in","r",stdin);
freopen("p1680.out","w",stdout);
int z;
cin>>z;
int g=z%10;
int s=z/10%10;
int b=z/100;
cout<<g<<b<<s;
fclose(stdin);
fclose(stdout);
return 0;
}
( ) |
|
|
|
|
|
|
|
|
|
Flag |
|
题号 |
P1000 |
|
其它 |
通过 |
398人 |
提交 |
3301次 |
通过率 |
12% |
难度 |
0 |
|
|
|
|
|
|