QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#156576 | #7112. XOR Clique | ucup-team1426# | Compile Error | / | / | C++14 | 4.7kb | 2023-09-02 13:47:03 | 2023-09-02 14:34:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:52:24: error: ‘monostate’ in namespace ‘std’ does not name a type 52 | constexpr std::monostate end() const { return {}; } | ^~~~~~~~~ answer.code:53:40: error: ‘std::monostate’ has not been declared 53 | constexpr bool operator!=(std::monostate) const { return src < dst; } | ^~~~~~~~~ answer.code:70:24: error: ‘monostate’ in namespace ‘std’ does not name a type 70 | constexpr std::monostate end() const { return {}; } | ^~~~~~~~~ answer.code:71:40: error: ‘std::monostate’ has not been declared 71 | constexpr bool operator!=(std::monostate) const { return src > dst; } | ^~~~~~~~~