提交时间:2025-10-06 14:19:50

运行 ID: 354743

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