#include #include #include #include using namespace std; typedef long long ll; int main() { int d1,d2; cin>>d1>>d2; if (d1>d2) { cout<<0<