Run ID:90929
提交时间:2024-09-20 13:34:23
#include <bits/stdc++.h> using namespace std; int main(){ int a; scanf("%d",&a); cout<<a/10+a%10*1000<<endl; }