using namespace std;
int readInt() { int x; return cin >> x, x; } int main() { cout << max(readInt(), readInt()); return 0; }