QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#750371 | #9623. 合成大西瓜 | ucup-team1022# | Compile Error | / | / | C++14 | 1.0kb | 2024-11-15 14:22:13 | 2024-11-15 14:22:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solv()’: answer.code:42:51: error: missing template arguments before ‘(’ token 42 | sort(deg1.begin(), deg1.end(), greater()); | ^