QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45770#4564. Digital CircuitZhaoZiLongCompile Error//C++17635b2022-08-24 15:12:012022-08-24 15:12:04

详细

answer.code: In function ‘void init(int, int, std::vector<int>, std::vector<int>)’:
answer.code:16:15: error: ‘toggle’ was not declared in this scope; did you mean ‘toogle’?
   16 |    FORO(i,1,M)toggle[i]=A[i];
      |               ^~~~~~
      |               toogle