QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#536733 | #141. 8 染色 | egypt_ioi2024b_04# | Compile Error | / | / | C++20 | 922b | 2024-08-29 16:07:08 | 2024-08-29 16:07:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Alice.code: In function ‘std::vector<int> Alice(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: Alice.code:16:29: error: ‘c’ was not declared in this scope 16 | ret.push_back(((c[i] & (1 << j)) > 0)); | ^