#include<bits/stdc++.h> using namespace std; int jh(a,b) { int a,b; cin>>a>>b; jh(a,b)=(b,a); cout<<jh(a,b); return 0; }