SP3871 GCDEX - GCD Extreme
Description
Given the value of N, you will have to find the value of G. The meaning of G is given in the following code
```
G=0;
for(i = 1 ; i < N ; i++)
for(j = i+1 ; j
Input Format
N/A
Output Format
N/A