QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#416009#5528. Least Annoying Constructive Problemucup-team254Compile Error//C++201.5kb2024-05-21 14:21:572024-05-21 14:21:57

详细

answer.code: In function ‘void solve()’:
answer.code:55:50: error: expected ‘;’ before ‘}’ token
   55 |             prt(n + 1, norm(i + (n + 1) / 2) + 1)
      |                                                  ^
      |                                                  ;
   56 |         }
      |         ~