Run ID:89252

提交时间:2024-08-23 14:07:02

#include<iostream> using namespace std; int main(){ int a,s,d; cin>>a>>s; d=a; a=s; s=d; cout<<a<<' '<<s; }