#include<iostream> using namespace std; int main() { ///code int a,b,c;///整数 cin>>a>>b; if (a>b) cout<<a; else cout<<b; return 0; ///asdfjkladfk }