QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#216008 | #6307. Chase Game 2 | ucup-team1130# | Compile Error | / | / | C++17 | 933b | 2023-10-15 15:06:46 | 2023-10-15 15:06:47 |
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:31:9: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 31 | sort(cnt.begin(), cnt.end()); | ^~~~ | short