0_0_25419379_29746.cpp: In function 'int main()':
0_0_25419379_29746.cpp:76:8: error: 'll' was not declared in this scope
ll now = 25;
^
0_0_25419379_29746.cpp:81:44: error: 'now' was not declared in this scope
sum = (sum + (((p[i].num[j]*now)%mod)*k[j])%mod)%mod;
^
0_0_25419379_29746.cpp:84:12: error: 'now' was not declared in this scope
now --;
^
0_0_25419379_29746.cpp:86:37: error: 'ans' was not declared in this scope
cout<<"Case #"<<++ca<<": "<<ans<<endl;
^
|