CF571E Geometric Progressions
Description
Geometric progression with the first element $ a $ and common ratio $ b $ is a sequence of numbers $ a,ab,ab^{2},ab^{3},... $ .
You are given $ n $ integer geometric progressions. Your task is to find the smallest integer $ x $ , that is the element of all the given progressions, or else state that such integer does not exist.
Input Format
N/A
Output Format
N/A
Explanation/Hint
In the second sample test one of the progressions contains only powers of two, the other one contains only powers of three.