QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#154903#141. 8 染色alch07Compile Error//C++142.0kb2023-09-01 02:54:562023-09-01 02:54:57

詳細信息

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);
      |                            ^