QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#162878 | #7105. Pixel Art | ucup-team1505 | Compile Error | / | / | C++20 | 3.4kb | 2023-09-03 17:20:02 | 2023-09-03 17:20:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:98:41: error: expected ‘;’ before ‘continue’ 98 | if(min(R, r) < max(L, l)continue; | ^~~~~~~~ | ; answer.code:99:26: error: expected ‘)’ before ‘;’ token 99 | mrg(P, p); | ^ | ) answer.code:98:19: note: to match this ‘(’ 98 | if(min(R, r) < max(L, l)continue; | ^ answer.code:99:20: error: could not convert ‘mrg(P, p)’ from ‘void’ to ‘bool’ 99 | mrg(P, p); | ~~~^~~~~~ | | | void