QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#76292 | #4811. Be Careful | Henry__Chen | Compile Error | / | / | C++20 | 2.9kb | 2023-02-09 02:06:17 | 2023-02-09 02:06:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:43:17: error: expected ‘;’ before ‘std’ 43 | std::vector f(allv, 0); | ^~~ answer.code:45:25: error: ‘f’ was not declared in this scope 45 | f[S] = 1; | ^ answer.code:57:34: error: ‘f’ was not declared in this scope 57 | (f[S] += Mod - f[S | (1 << i)]) %= Mod; | ^ answer.code:58:52: error: ‘f’ was not declared in this scope 58 | for (int S = 0; S < allv; ++S) if (f[S] != 0) { | ^