KSPHERES - Editorial

https://discuss.codechef.com/questions/75767/kspheres-editorial/76077

thanks alot for a detailed explanation @dragonemperor, though i still need some time to grasp polynomial multiplication better.
awsome work … :slight_smile:

Hi,

Can someone please tell me why my code is failing only in the second last test-case?
https://www.codechef.com/viewsolution/8549224

Thanks :slight_smile:

Thank you so much. Now I finally understand why I was getting a WA.

solved it with much simpler approach…
https://www.codechef.com/viewsolution/8637581

Hey I tried to use long long int instead of long int in your code at some places and it gave 100pts. There was an overflow in your code. https://www.codechef.com/submit/complete/9019061