提交时间:2025-09-21 14:13:56
运行 ID: 351840
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<b<<' '<<a; }