print(*(lambda x : [x[2]//x[1], x[2]%x[1]])(list(map(int, input().split()))))