#include #define REP(i,n) for(int i=0;i<(n);i++) #define ALL(v) (v).begin(),(v).end() #define int long long using namespace std; typedef pair P; //----------------------------------------------------------------------- signed main() { cin.tie(0); ios::sync_with_stdio(false); int x,y; cin>>x>>y; if(x==y) cout<<0<