a = int(input())b = int(input())d = a // bm = a % bprint(a,":",b,"=", d ,"r",m)
9 2
9 : 2 = 4 r 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!