QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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)) | ^