提交时间:2025-08-10 21:14:09
运行 ID: 339113
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<' '<<a; return 0; }