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