a = int(input())b = int(input())print(a,":",b,"=", a//b,"r",a%b)
3 8
3 : 8 = 0 r 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!