QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#215927 | #7567. Joining Cats | HuangHanSheng | Compile Error | / | / | C++17 | 1.2kb | 2023-10-15 14:30:04 | 2023-10-15 14:30:04 |
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:45:31: error: expected ‘,’ or ‘;’ before ‘while’ 45 | while (l<=n&&c[l]-c[j]<=b[i])l++; | ^~~~~