n students from class 8B are going on a trip to Terelj. Each minibus has k seats. The students fill the buses one after another, so only the very last bus may be left partly empty. Find how many buses are needed to take everyone, and how many seats stay empty in the last bus.
One line with two integers n and k, separated by a space.
Print two integers separated by a space: the number of buses needed, then the number of empty seats in the last bus. Print nothing else.
This editor records if code is AI assisted. Write it yourself — if you are stuck, ask your teacher.