fork(1) download
  1. a = int(input())
  2. b = int(input())
  3. print(a,":",b,"=", a//b,"r",a%b)
Success #stdin #stdout 0.14s 14196KB
stdin
3
8
stdout
3 : 8 = 0 r 3