1
0
Fork 0

Update include.hh

Signed-off-by: subcrip <contact@subc.rip>
This commit is contained in:
subcrip 2024-05-29 17:01:05 +08:00
parent dcd3959e79
commit a902b59526
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
#pragma GCC optimize("Ofast") #pragma GCC optimize("Ofast")
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////
/** /**
* Useful Macros * This code should require C++14.
* by subcrip * However, it's only been tested with C++17.
* (requires C++17)
*/ */
#include<bits/stdc++.h> #include<bits/stdc++.h>