why my code is showing wrong answer?? my code link https://ide.codingblocks.com/s/302296
hello @sourav_817 use modular arithmetic property here.
property= (a+b)%mod=(a%mod+b%mod)%mod