QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#215923 | #6310. Dining Professors | ucup-team1130# | Compile Error | / | / | C++17 | 541b | 2023-10-15 14:29:01 | 2023-10-15 14:29:01 |
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:18:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 18 | sort(v.begin(), v.end()); | ^~~~ | short