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