diff --git a/template.cc b/template.cc index 71798c8..c12e5e6 100644 --- a/template.cc +++ b/template.cc @@ -3,10 +3,7 @@ #pragma GCC diagnostic ignored "-Wunknown-pragmas" #pragma GCC diagnostic ignored "-Wshift-op-parentheses" #pragma GCC optimize("Ofast") -///////////////////////////////////////////////////////// -/** - * This code requires C++17. - */ +/************* This code requires C++17. ***************/ #include using namespace std; @@ -481,7 +478,7 @@ array __initarray(const T& init) { } return res; } -///////////////////////////////////////////////////////// +/*******************************************************/ // #define SINGLE_TEST_CASE // #define DUMP_TEST_CASE 7219