提交时间:2026-02-27 19:56:41

运行 ID: 430742

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