QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#794716 | #9787. Shrek's Song of the Swamp | ucup-team3194# | Compile Error | / | / | C++14 | 1.3kb | 2024-11-30 15:37:56 | 2024-11-30 15:37:56 |
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:25:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 25 | sort(all(values)); | ^~~~ | short answer.code:26:18: error: ‘unique’ was not declared in this scope 26 | values.erase(unique(all(values)), values.end()); | ^~~~~~