#include using namespace std; int main(){ int N; cin>>N; unsigned M; unsigned K; cin>>K; int ans=1; cout<<1<>M; if(M>K){ ans++; } cout<