QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#786964 | #9785. Shrooks | ucup-team3215 | Compile Error | / | / | C++20 | 1.7kb | 2024-11-27 04:11:41 | 2024-11-27 04:11:42 |
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:34:7: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 34 | sort(u.begin(), u.end()); | ^~~~ | short