提交时间:2025-01-11 16:35:26

运行 ID: 308233

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