QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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