0_0_16284908_6964.cpp: In function 'long long int GetLog(long long int, long long int, long long int)':
0_0_16284908_6964.cpp:116:15: error: 'sz' was not declared in this scope
return i * sz + val;
^
0_0_16284908_6964.cpp: In function 'void GetLogMod(long long int)':
0_0_16284908_6964.cpp:123:42: error: 'sz' was not declared in this scope
int d = GetRoot(p), inv = GetInv(Ksm(d, sz, p), p), tmp, val;
^
0_0_16284908_6964.cpp:126:2: error: 'tmp' was not declared in this scope
tmp = 1;
^
0_0_16284908_6964.cpp:134:17: error: 'Righr' was not declared in this scope
B[i] = GetLog(Righr[i], inv, p);
^
|