QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#107325#5574. Julienne the Deckchenchi#Compile Error//C++203.3kb2023-05-20 23:22:182023-05-20 23:22:22

詳細信息

answer.code: In function ‘int main()’:
answer.code:142:90: error: expected ‘)’ before ‘;’ token
  142 |                                                 ans[op] = add(ans[op], mul(conv[i], 1<<i);
      |                                                              ~                           ^
      |                                                                                          )