Box of Bricks
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Pasha assembled box of bricks in the form of a rectangular parallelepiped and thought over the question: what is a minimal number of bricks lay on the route between two opposite corners of the parallelepiped, if it is allowed to pass from brick to other brick through the common face, edge or vertex? In the figure opposite bricks are highlighted.
Help Pasha to write a program that calculates minimal number of bricks on the route.
Input
Integer n, m, k (1 ≤ n, m, k ≤ 1000) – the size of rectangular parallelepiped (in bricks).
Output
Integer – the minimal number of bricks.
Examples
Input #1
Answer #1
Submissions 81
Acceptance rate 44%