x=int(input())y=int(input())c=x//yr=x%yprint(x,":",y,"=",c,"r",r)
13 4
13 : 4 = 3 r 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!