Help In Math Problem 
Разница между en1 и en2, 27 символ(ов) изменены
Given n , k , find the number of pairs (i,j) such that 0<=i<j<=n and k divides (j-i)↵
Testcases up to 1e5 , (k<=n) up to 1e9 ↵
Sample:-↵
input 
: ↵
2↵
3 1↵
5 2↵
output : ↵
6↵
(5,2) , output 6

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский TheSleepyDevil 2024-06-24 22:36:12 27 Tiny change: ':-\ninput : \n2\n3 1\n5 2\noutput : \n6\n6' -> ':-\ninput (5,2) , output 6'
en1 Английский TheSleepyDevil 2024-06-24 22:35:02 196 Initial revision (published)