QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#6827 | #621. 多项式指数函数 | hydd | Compile Error | / | / | C++11 | 3.7kb | 2021-03-12 19:14:24 | 2021-12-19 09:42:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void InitG()’: answer.code:45:23: error: ‘invG’ was not declared in this scope 45 | int buf0=qpow(invG,(Mod-1)/(1<<p)); | ^~~~ answer.code: In function ‘void NTT(poly&, const int&, int)’: answer.code:69:16: error: ‘Inv’ was not declared in this scope; did you mean ‘inv’? 69 | ll inv=Inv[len]; | ^~~ | inv