Run ID:112580
提交时间:2025-03-09 16:35:15
#include<bits/stdc++.h> using namespace std; int main(){ int a; scanf("%d",&a); cout<<a%10<<a/10; return 0; }