#include using namespace std; int main() { long a, b, count=0; cin >> a >> b; if(a >= b) { cout << "1" <