Painters problem


code working only for the first case

Hey @bhattanurag426
Please share the question link


Question link https://hack.codingblocks.com/app/contests/669/1062/problem

sir why ans=ans%10000003 ??

(a*b)%c==((a%c)*(b%c))%c
So to make sure it doesnt overflow
we did like this

Also check the output format final answer should be %10000003

https://ide.codingblocks.com/s/397047 eko problem working on custom inputs but not on SPOJ platform

Hey @bhattanurag426

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.