QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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