QOJ.ac

QOJ

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

詳細信息

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