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

return 0;

}

0 comments

No comments so far...