a=float(input())b=float(input())if a>b: print (a)else: print(b)
-32 23
23.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!