From 7ea1289bc245d4136fd525de1fc34fa356543319 Mon Sep 17 00:00:00 2001 From: subcrip Date: Mon, 1 Jul 2024 21:20:41 +0800 Subject: [PATCH] Update template.cc Signed-off-by: subcrip --- template.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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