Run ID:142738

提交时间:2026-01-11 15:16:47

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<a%10<<a/10<<endl; return 0; }