1
0
Fork 0

Update template.cc

Signed-off-by: subcrip <contact@subc.rip>
This commit is contained in:
subcrip 2024-12-11 08:15:38 +00:00
parent bb0883c57c
commit a009af4cf5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// #pragma GCC target("popcnt,lzcnt,abm,bmi,bmi2")
#pragma GCC optimize("Ofast")
#pragma GCC optimize("Ofast,unroll-loops")
/************* This code requires C++17. ***************/
#include<bits/stdc++.h>
@ -541,7 +541,7 @@ void solve() {
int main() {
#if __cplusplus < 201402L or defined(_MSC_VER) and not defined(__clang__)
assert(false && "incompatible compiler variant detected.");
static_assert(false, "incompatible compiler variant detected.");
#endif
untie;
prep();