提交时间:2025-05-01 18:43:17
运行 ID: 319788
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; swap(a,b); cout<<a<<b; return 0; }