QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#156576#7112. XOR Cliqueucup-team1426#Compile Error//C++144.7kb2023-09-02 13:47:032023-09-02 14:34:17

详细

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; }
      |                                        ^~~~~~~~~