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