QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#664328 | #8936. Team Arrangement | ucup-team090# | Compile Error | / | / | C++23 | 1.4kb | 2024-10-21 20:11:18 | 2024-10-21 20:11:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘bool check(int)’: answer.code:25:55: error: return-statement with no value, in function returning ‘bool’ [-fpermissive] 25 | while(q.size() && q.top() < i) { q.pop(); return ; } | ^~~~~~