1 Count dp problem


what is wrong in my code ?

Hey @mandeepchohan96
Problem is with mod value
use

#define mod 1000000007

10^9+7 wil give u xor(10,9)+7

1 Like

Hey @mandeepchohan96
Please mark this as resolved if u don’t have any other query in this :slight_smile:

1 Like