QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#275789 | #7875. Queue Sorting | ucup-team965 | Compile Error | / | / | C++14 | 2.1kb | 2023-12-05 01:46:00 | 2023-12-05 01:46:01 |
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:55:22: error: ‘i’ was not declared in this scope 55 | for(int pos = 1; i < n; i++) { | ^ answer.code:61:32: error: ‘r’ was not declared in this scope 61 | l = max(l, 1), r = min(r, a[i + 1]); | ^