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