QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#33044 | #141. 8 染色 | flower | Compile Error | / | / | C++14 | 4.7kb | 2022-05-27 00:44:28 | 2023-01-15 15:43:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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