Блог пользователя flash_7

Автор flash_7, история, 8 лет назад, По-английски

Given a number N we have to find the summation of all possible LCM(i,j) where i <= j <= N.

Constraints: N<=10^6 and total test case <= 10^5

Problem Link : Light OJ 1375

  • Проголосовать: нравится
  • +14
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +16 Проголосовать: не нравится

Use the explanation of this problem as a hint: http://blog.forthright48.com/2015/08/spoj-lcmsum-lcm-sum.html