QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#73123 | #4565. Rarest Insects | Azl26 | Compile Error | / | / | C++14 | 1.4kb | 2023-01-22 12:45:50 | 2023-01-22 12:45:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
implementer.cpp:8:8: warning: inline variables are only available with ‘-std=c++17’ or ‘-std=gnu++17’ 8 | static inline constexpr int kMaxQueries = 40000; | ^~~~~~ /usr/bin/ld: /tmp/cc7MuhBG.o: in function `main': implementer.cpp:(.text.startup+0x61): undefined reference to `min_cardinality(int)' collect2: error: ld returned 1 exit status