QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#6828 | #621. 多项式指数函数 | hydd | Compile Error | / | / | C++11 | 3.7kb | 2021-03-12 19:14:50 | 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 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