print(7 - 2)print(7 + 2) print(24 * 8)print(14 // 2) print(19 % 2)print(6 ** 2)
Standard input is empty
5 9 192 7 1 36
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!