提交时间:2025-01-10 21:02:00
运行 ID: 308228
#include<iostream> using namespace std; int main(){ char a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }