1
0
Fork 0

Update template.cc

Signed-off-by: subcrip <contact@subc.rip>
This commit is contained in:
subcrip 2024-07-01 21:20:41 +08:00
parent 4c64b0e9e8
commit 7ea1289bc2
1 changed files with 2 additions and 5 deletions

View File

@ -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<bits/stdc++.h>
using namespace std;
@ -481,7 +478,7 @@ array<T, N> __initarray(const T& init) {
}
return res;
}
/////////////////////////////////////////////////////////
/*******************************************************/
// #define SINGLE_TEST_CASE
// #define DUMP_TEST_CASE 7219