QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#6827#621. 多项式指数函数hyddCompile Error//C++113.7kb2021-03-12 19:14:242021-12-19 09:42:09

详细

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