Alice wala question
💡-alice-and-totient
sgdon142
(Sparsh Gupta)
March 10, 2020, 4:06am
#1
https://ide.codingblocks.com/s/188376
can u check and find errors
sdevwrat
(Devwrat Sahu)
March 10, 2020, 9:49am
#2
@sgdon142
Increase the size of all your arrays and LIM by 5
Change line 28 to for(ll j=i;j<LIMIT;j+=i)
This is the corrected code
https://ide.codingblocks.com/s/188514