QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#33044#141. 8 染色flowerCompile Error//C++144.7kb2022-05-27 00:44:282023-01-15 15:43:22

Details

Bob.code: In function ‘std::vector<int> {anonymous}::solve(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
Bob.code:24:30: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
   24 |                         auto [d, u] = q.top(); q.pop();
      |                              ^
/usr/bin/ld: /tmp/ccV2M3pq.o: in function `main':
grader_Bob.cpp:(.text.startup+0x25a): undefined reference to `Bob(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status