QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]); | ~~~~~~