#include #include using namespace std; int main(){ int a,b,c,i; int count; cin>>a; cin>>b; for(i=0;;i++){ c=b-a; b=c; if(b<=0){ break; } } cout<