#K001. 嗨,来测~ (An Easy Test Problem)

嗨,来测~ (An Easy Test Problem)

Background

This is a test problem.

Description

Enter 33 non-zero integers xx, yy and zz,output ww,such that x:y=z:wx:y=z:w.

Format

Input

Three integers xx, yy and zz, satisfying 1x,y,z1091\leq x,y,z\leq 10^9 .

Output

One integer ww, such that x:y=z:wx:y=z:w.

Samples

4 2 12
6

Limitation

1s, 1024KiB for each test case.