QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#29721 | #3019. Probe Droids | smax | Compile Error | / | / | C++23 | 2.9kb | 2022-04-22 09:17:56 | 2022-05-18 04:24:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:40:13: error: redeclaration of ‘long long int i’ 40 | int i = lower_bound(rightSlices.begin(), rightSlices.end(), k) - rightSlices.begin(), j; | ^ answer.code:24:14: note: ‘long long int i’ previously declared here 24 | for (int i=0; i<q; i++) { | ^