From 2bbb89c4236722acacbae3563e38d17389a63818 Mon Sep 17 00:00:00 2001 From: getoxdev Date: Tue, 28 Apr 2020 21:39:42 +0530 Subject: [PATCH] added boost macro --- Library/Miscellanious/template.cpp | 1 + 1 file changed, 1 insertion(+) 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