QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872727 | #8613. Cardinality | ucup-team6072# | Compile Error | / | / | C++20 | 2.2kb | 2025-01-26 03:59:45 | 2025-01-26 03:59:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:83:25: error: ‘mask’ was not declared in this scope; did you mean ‘masks’? 83 | z += pc(mask[6 * j + k]); | ^~~~ | masks