while 1: h,w=map(int,input().split()) print("%.2f"%(1e4*w/h/h))
150 50 160 55 180 120 150 225
22.22 21.48 37.04 100.00
Traceback (most recent call last): File "./prog.py", line 2, in <module> EOFError: EOF when reading a line
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!