SP26108 TRENDGCD - Trending GCD

Description

Problem statement is simple. Given **A** and **B** you need to calculate **S(A,B) .** ![sigma(a=1 to A)sigma(b=1 to B) (a*b*f(gcd(a,b)))](http://s29.postimg.org/qnxglb8mf/pic.png "TRENDGCD problem statement") Here, **f(n)=n, if n is square free otherwise 0**. Also **f(1)=1**.

Input Format

N/A

Output Format

N/A