SP27942 PROD1GCD - Product it again
Description
The problem is very simple. given two integers n and m, find the product GCD(1, 1) \* GCD(1, 2) \* ... \* GCD(1, M) \* GCD(2, 1) \* GCD(2, 2) \* ... \* GCD(2, M) \* ... \* GCD(N, 1) \* GCD(N, 2) \* ... \* GCD(N, M).
Input Format
N/A
Output Format
N/A