#include int main() { int a, b; int i; std::cin >> a >> b; for (i = 1; i= b) break; } std::cout << i << std::endl; return 0; }