QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#536733#141. 8 染色egypt_ioi2024b_04#Compile Error//C++20922b2024-08-29 16:07:082024-08-29 16:07:08

詳細信息

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