Run ID:88576

提交时间:2024-08-19 14:17:39

#include<iostream> using namespace std; int main(){ int a,s; scanf("%3d%1d",&a,&s); cout<<s<<a; }