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")
/////////////////////////////////////////////////////////
/**
* Useful Macros
* by subcrip
* (requires C++17)
* This code should require C++14.
* However, it's only been tested with C++17.
*/
#include<bits/stdc++.h>