QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#545208 | #9221. Missing Boundaries | ucup-team4800 | Compile Error | / | / | C++17 | 2.1kb | 2024-09-03 01:24:56 | 2024-09-03 01:24:57 |
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:14:14: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’? 14 | std::sort(ranges, ranges + n, | ^~~~ | qsort