#include<iostream> using namespace std; int main(){ int c,j; cin>>c>>j; if(c>j){ cout<<c; } else{ cout<<j; } }