https://www.youtube.com/watch?v=-pKOa68jN5o

students = int(input())
apples = int(input())

print(apples // students, apples % students)