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