a = 5b = 10print("cum = ",a+b)print("cub = ",a-b)print("div = ",a*b)print("sqr = ",a/b)print("kdo = ",a%b)
Standard input is empty
cum = 15 cub = -5 div = 50 sqr = 0.5 kdo = 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!