QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#215927#7567. Joining CatsHuangHanShengCompile Error//C++171.2kb2023-10-15 14:30:042023-10-15 14:30:04

詳細信息

answer.code: In function ‘void solve()’:
answer.code:45:31: error: expected ‘,’ or ‘;’ before ‘while’
   45 |                               while (l<=n&&c[l]-c[j]<=b[i])l++;
      |                               ^~~~~