x=int(input())y=int(input()) if x>y: print(x) else: print(y)
3 4
4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!