QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#537968 | #4564. Digital Circuit | egypt_ioi2024_02# | Compile Error | / | / | C++20 | 1.8kb | 2024-08-30 20:22:23 | 2024-08-30 20:22:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(int, int, int, int, int)’: answer.code:70:26: error: ‘md’ was not declared in this scope; did you mean ‘mod’? 70 | solve(i << 1, l, md, s, e); | ^~ | mod