QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]; | ^~~