Two numbers are given. Your task is to find
their quotient and remainder of the division.
Input
In the first line a dividend is written, in the
second - a divisor. Every number may contain from 1 to 5 000 000
digits. All digits in both numbers are similar.
Output
Write the quotient in the first line,
the remainder in the second.
|