Cannot figure out the error....
Difference between en1 and en2, changed 45 character(s)
[link to question](https://www.hackerearth.com/practice/math/number-theory/basic-number-theory-2/practice-problems/algorithm/zoro-and-his-curiosity-1/description/)↵

but that isnt my doubt↵

so sum of all coprime numbers with n upto n = sum of all numbers part of phi(n) = phi(n)*(n/2)↵

i wrote the code for it..↵
apparently my function where i do the above computation was erroneous..↵

i tried stresstesting...[here is my codee](https://ideone.com/qg9akU)↵

its not giving correct anwer from around 1650... can someone please help?↵
my functionname is phifunc editorial is phi↵

(P.S.  i know that using sieve its n loglog n but both the editorial and my solution are sqrt n to it)↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Shameek 2020-04-26 17:26:29 45
en1 English Shameek 2020-04-26 17:09:18 680 Initial revision (published)