#include using namespace std; int main() { double a, b; cin>>a>>b; double p1 = a / 5000; double p2 = b / 200000; if (p2 / p1 < 10) { cout<<1<