1
0
Fork 0

Update template.cc

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

View File

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