diff --git a/cpp/2303/230323-CN.cpp b/cpp/2303/230323-CN.cpp index 9e4b537..919b511 100644 --- a/cpp/2303/230323-CN.cpp +++ b/cpp/2303/230323-CN.cpp @@ -2,8 +2,10 @@ #include #include #include +#include template +requires std::totally_ordered class MinMaxSegTree { private: using V = std::vector;