0_0_23593487_29958.cpp: In function 'int main()':
0_0_23593487_29958.cpp:58:3: error: expected ';' before 'LL'
LL ans =0;
^
0_0_23593487_29958.cpp:67:4: error: 'ans' was not declared in this scope
ans = (ans-mu[i]*temp+Mo)%Mo;
^
0_0_23593487_29958.cpp:70:36: error: 'ans' was not declared in this scope
printf("Case #%d: %lld\n",++Case,ans%Mo);
^
|