Skip to content
Snippets Groups Projects
13.py 87 B
kid_c, cand_c = int(input()), int(input())
print(cand_c // kid_c)
print(cand_c % kid_c)