QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45770 | #4564. Digital Circuit | ZhaoZiLong | Compile Error | / | / | C++17 | 635b | 2022-08-24 15:12:01 | 2022-08-24 15:12:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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