#include using namespace std; int main(void){ // Your code here! int A,B; cin>>A>>B; if(B/A<=100){ cout<<1<