Room
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Given a room of size . Find the maximum number of square tiles of size that can be placed in the room.
The image shows one of the possible maximum answers for , , .
Input
The first line contains an integer ().
The second line contains an integer ().
The third line contains an integer ().
Output
Output a single integer — the answer to the problem.
Examples
Input #1
Answer #1
Submissions 1
Acceptance rate 100%