diff --git a/Library/Miscellanious/template.cpp b/Library/Miscellanious/template.cpp index 7a8caf2..8fc2928 100644 --- a/Library/Miscellanious/template.cpp +++ b/Library/Miscellanious/template.cpp @@ -1,5 +1,6 @@ #include using namespace std; +#define boost ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0); #define gc getchar_unlocked #define fo(i,n) for(i=0;in;k