Score : $300$ points
We have $N$ clocks. The hand of the $i$-th clock $(1≤i≤N)$ rotates through $360°$ in exactly $T_i$ seconds.
Initially, the hand of every clock stands still, pointing directly upward.
Now, Dolphin starts all the clocks simultaneously.
In how many seconds will the hand of every clock point directly upward again?
Input is given from Standard Input in the following format:
$N$ $T_1$ $:$ $T_N$
Print the number of seconds after which the hand of every clock point directly upward again.
2 2 3
6
We have two clocks. The time when the hand of each clock points upward is as follows:
Therefore, it takes $6$ seconds until the hands of both clocks point directly upward.
5 2 5 10 1000000000000000000 1000000000000000000
1000000000000000000