QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#472124 | #4925. Adjacent Pairs | MaMengQi | Compile Error | / | / | C++14 | 880b | 2024-07-11 14:38:34 | 2024-07-11 14:38:35 |
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:15:18: error: expected primary-expression before ‘)’ token 15 | }) | ^ answer.code:26:25: error: ‘m’ was not declared in this scope 26 | m[{x,y}]+=r-l+1>>1; | ^ answer.code:33:52: error: ‘m’ was not declared in this scope 33 | ans=max(ans,b[i]+c[id[t]])-m[{x,y}]; | ^ answer.code:37:31: error: ‘m’ was not declared in this scope 37 | while(m[{id[t],i}] or i==id[t]) ++t; | ^ answer.code: At global scope: answer.code:42:1: error: expected declaration before ‘}’ token 42 | } | ^