#include<iostream> using namespace std; int main(){ int a,b,c,i cin>>a>>b; while(a>b){ cin>>c; } if(b>a){ a==b; } cout<<i; return 0 }