QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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()); | ^~~~~~