竞赛
考级
正在减肥的吃货
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; for(int i=0;i<3;++i){ cout<<a%10; a/=10; } }
一只有梦想的咸鱼
共62条