提交时间:2025-04-23 16:29:30

运行 ID: 318998

#include<iostream> using namespace std; int main(){ char a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }