x=float(input())y=float(input())if x>y: print(x)else: print(y)# your code goes here
-2.5 2.5
2.5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!