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