QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#521695 | #6601. Mean Streets of Gadgetzan | MaMengQi | Compile Error | / | / | C++20 | 4.9kb | 2024-08-16 14:00:19 | 2024-08-16 14:00:20 |
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:89:24: error: ‘q’ was not declared in this scope 89 | rep(i,1,m)if(mk[i])q.push(i); | ^