x=float(input())y=float(input())if x>y and x!=y: print(x)if x<y and x!=y: print(y)
1.2 0
1.2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!