CF224A.Parallelepiped

传统题 时间 2000 ms 内存 256 MiB 5 尝试 1 已通过 1 标签

Parallelepiped

You've got a rectangular parallelepiped with integer edge lengths. You know the areas of its three faces that have a common vertex. Your task is to find the sum of lengths of all 12 edges of this parallelepiped.

Input

The first and the single line contains three space-separated integers — the areas of the parallelepiped's faces. The area's values are positive ( > 0) and do not exceed 104. It is guaranteed that there exists at least one parallelepiped that satisfies the problem statement.

Output

Print a single number — the sum of all edges of the parallelepiped.

Note

In the first sample the parallelepiped has sizes 1 × 1 × 1, in the second one — 2 × 2 × 3.

Samples

1 1 1
12
4 6 6
28

在线编程 IDE

建议全屏模式获得最佳体验