QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#454003 | #8819. CNOI Knowledge | ucup-team4269 | Compile Error | / | / | C++20 | 1.7kb | 2024-06-24 15:34:02 | 2024-06-24 15:34:02 |
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:66:21: error: redeclaration of ‘int i’ 66 | int i = 1, r = i - 1; | ^ answer.code:48:17: note: ‘int i’ previously declared here 48 | for(int i = 2; i <= n; i++) | ^ answer.code:67:23: error: ‘l’ was not declared in this scope 67 | while(l < r) | ^ answer.code:74:26: error: ‘l’ was not declared in this scope 74 | if(check(l, i)) | ^