0_0_30527164_7437.cpp: In function 'LL cc(LL, LL, LL)':
0_0_30527164_7437.cpp:46:2: error: 'll' was not declared in this scope
ll tmp=(a*b-(LL)((long double)a/p*b+1.0e-8)*p);
^
0_0_30527164_7437.cpp:47:9: error: 'tmp' was not declared in this scope
return tmp<0?tmp+p:tmp;
^
|