#include using namespace std; int main(int argc, char* argv[]) { int X,Y; cin>>X>>Y; if (X==Y){ cout<<0<