#include <iostream> using namespace std; int main() { // write your code here...... int a = 0; int b = 0; cin>>a>>b; cout<<max(a,b); return 0; }