QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#536733#141. 8 染色egypt_ioi2024b_04#Compile Error//C++20922b2024-08-29 16:07:082024-08-29 16:07:08

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