QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#162878#7105. Pixel Artucup-team1505Compile Error//C++203.4kb2023-09-03 17:20:022023-09-03 17:20:03

詳細信息

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