QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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++) { | ^