Preparando MOJI

Parallelepiped

2000ms 262144K

Description:

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.

Sample Input:

1 1 1

Sample Output:

12

Sample Input:

4 6 6

Sample Output:

28

Note:

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

Informação

Codeforces

Provedor Codeforces

Código CF224A

Tags

brute forcegeometrymath

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:39:10

Relacionados

Nada ainda