x=1k=2o=3print(x+k+o)print(x-k-o)print(x*k*o)print(x/k/o)
Standard input is empty
6 -4 6 0.16666666666666666
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!