x=5y=10z=15w=20print(x+y)print(y-x) print(x/y) print(z+w) print(w-z) print(w/z)
Standard input is empty
15 5 0.5 35 5 1.3333333333333333
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!