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