QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#351494#4826. Find the Partsucup-team864#Compile Error//C++233.2kb2024-03-11 23:33:532024-04-09 18:26:24

详细

answer.code: In function ‘int main()’:
answer.code:132:57: error: ‘res’ was not declared in this scope
  132 |                                                         res = (1ll * res * base % mod[0] + b[lx][ly]) % mod[0];
      |                                                         ^~~