#include <iostream>
using namespace std;
 
int main() {
	int a,b;
	cout<<"enter the number"<<endl;
	cin>>a>>b;
	if(a>b) {
		cout<<a<<"is bigger"<<endl;
	}else
	{
		cout<<b<<"is bigger"<<endl;
	}
	return 0;
}
				I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CglpbnQgYSxiOwoJY291dDw8ImVudGVyIHRoZSBudW1iZXIiPDxlbmRsOwoJY2luPj5hPj5iOwoJaWYoYT5iKSB7CgkJY291dDw8YTw8ImlzIGJpZ2dlciI8PGVuZGw7Cgl9ZWxzZQoJewoJCWNvdXQ8PGI8PCJpcyBiaWdnZXIiPDxlbmRsOwoJfQoJcmV0dXJuIDA7Cn0=