QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#351494 | #4826. Find the Parts | ucup-team864# | Compile Error | / | / | C++23 | 3.2kb | 2024-03-11 23:33:53 | 2024-04-09 18:26:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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]; | ^~~