QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#537183#141. 8 染色egypt_ioi2024b_04Compile Error//C++202.9kb2024-08-29 22:38:562024-08-29 22:38:57

Details

In file included from /usr/include/c++/11/cassert:44,
                 from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33,
                 from Bob.code:1:
Bob.code: In function ‘void dfs2(int)’:
Bob.code:42:12: error: ‘deg’ was not declared in this scope
   42 |     assert(deg[u] < 8);
      |            ^~~