QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#227910#5022. 【模板】线段树QAQQWQCompile Error//C++142.2kb2023-10-28 09:06:262023-10-28 09:06:27

详细

answer.code: In function ‘void fwt(int*, int)’:
answer.code:26:41: error: expected ‘;’ before ‘else’
   26 |                 if(opt)x[j^(1>>i)]^=x[j]
      |                                         ^
      |                                         ;
   27 |                 else x[j]^=x[j^(1>>i)];
      |                 ~~~~