QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#200542 | #6558. Allergen Testing | ucup-team2039 | Compile Error | / | / | C++20 | 1.2kb | 2023-10-04 17:25:36 | 2023-10-04 17:25:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:60:20: error: ‘l’ was not declared in this scope 60 | i=(l+r)/2; | ^ answer.code:60:22: error: ‘r’ was not declared in this scope 60 | i=(l+r)/2; | ^