QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#322606 | #5089. 环覆盖 | DitaMirika | Compile Error | / | / | C++20 | 1.2kb | 2024-02-07 12:00:21 | 2024-02-07 12:00:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘bool cmp(int, int)’: answer.code:11:88: error: expected ‘;’ before ‘return’ 11 | if(max(ru[x],rv[x])==max(ru[y],rv[y])) return min(ru[x],rv[x])<min(ru[y],rv[y]) | ^ | ; 12 | return max(ru[x],rv[x])<max(ru[y],rv[y]); | ~~~~~~