a=17b=3print('a?b=',a//b)print('a%b=',a%b)
Standard input is empty
a?b= 5 a%b= 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!