Need help with a math problem
Разница между en1 и en2, 43 символ(ов) изменены
I recently came across this [blog post](https://codeforces.me/blog/entry/92162) and decided to try some of its problems.↵
I am stuck on this [problem](https://codeforces.me/
blog/entry/92162group/JESCgZZ8qn/contest/333999/problem/C).↵
I can think of a naive O(n^2) solution by iterating through all pairs but do not see any redundancy in this solution.↵
I cannot see a way to make it sub-quadratic (other than using the fact that 1 ≤ ai ≤ 2.5 * 10^6, maybe?).↵
Any hints would be appreciated.

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Neev4321 2024-11-09 16:37:43 43
en1 Английский Neev4321 2024-11-09 16:36:20 481 Initial revision (published)