Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:40:10: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
if(x[i]-1&s==0) ans=ans*(c[i]+1)%s;
~~~~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:40:10: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
if(x[i]-1&s==0) ans=ans*(c[i]+1)%s;
~~~~^~