#include<bits/stdc++.h> using namespace std; int main(){ int n,k,c,s; cin>>n>>k; cout<<max(n,k); return 0; }