Description
\[
\sum_{i=1}^n\sum_{j=1}^m lcm(i,j), 1 \leq n,m \leq 10^7
\]
Solution
假设 \(n\leq m\) \[
\begin{aligned}
\su
2021-02-20