x=5k=10print(x+k)print(x-k)print(x*k)print(x/k)print(x%k)
Standard input is empty
15 -5 50 0.5 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!