eolymp
bolt
Try our new interface for solving problems
Problems

Quotient and remainder

Quotient and remainder

Time limit 1 second
Memory limit 128 MiB

Two positive integers a and b are given. Print the quotient and the remainder of dividing a by b.

Input data

Two positive integers a and b (a, b10^9).

Output data

Print the quotient and the remainder of dividing a by b.

Examples

Input example #1
27 10
Output example #1
2 7
Source "ABC programming"