There are n planets in the planetary system of star X. They orbit star X in circular orbits located in the same plane. Their tangent velocities are constant.
Directions of orbiting of all planets are the same.
Sometimes the event happens in this planetary system which is called planet parade. It is the moment when all planets and star X are
located on the same straight line.
Your task is to find the length of the time interval between two consecutive
planet parades.
The input test file will contain multiple test cases.
The first line of the test case contains n — the number of planets (2 ≤ n ≤ 1 000).
Second line contains n integer numbers ti — the orbiting periods of planets (1 ≤ ti ≤ 10 000). Not all of ti are the same.
Output the answer as a common irreducible fraction, separate numerator and denominator by a space.
3 6 2 3
3 1
Migrated from old NTUJ.
No. | Testdata Range | Score |
---|