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