QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#154903 | #141. 8 染色 | alch07 | Compile Error | / | / | C++14 | 2.0kb | 2023-09-01 02:54:56 | 2023-09-01 02:54:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Alice.code: In function ‘std::vector<int> Alice(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: Alice.code:15:28: error: ‘c’ was not declared in this scope 15 | bits.push_back(c[i]%2); | ^