QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#704632#5414. Stop, Yesterday Please No Moreucup-team5495Compile Error//C++172.3kb2024-11-02 20:29:252024-11-02 20:29:30

详细

answer.code: In function ‘void solve(int)’:
answer.code:78:39: error: expected ‘;’ before numeric constant
   78 |         for (int j = 1500 - m; j <= 15
      |                                       ^
      |                                       ;
   79 |             00 + m; j++) {
      |             ~~                         
answer.code:79:19: error: expected ‘)’ before ‘;’ token
   79 |             00 + m; j++) {
      |                   ^
      |                   )
answer.code:78:13: note: to match this ‘(’
   78 |         for (int j = 1500 - m; j <= 15
      |             ^
answer.code:79:21: error: ‘j’ was not declared in this scope
   79 |             00 + m; j++) {
      |                     ^