diff --git a/CodeChef/Easy/AMMEAT.cpp b/CodeChef/Easy/AMMEAT.cpp index 8f03dd0..0326aab 100644 --- a/CodeChef/Easy/AMMEAT.cpp +++ b/CodeChef/Easy/AMMEAT.cpp @@ -1,4 +1,5 @@ #include "bits/stdc++.h" +#define FAST ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); using namespace std; # define s(n) scanf("%d",&n) @@ -20,6 +21,7 @@ typedef long long ll; int main() { + FAST; int t; cin >> t; while(t--){ @@ -39,4 +41,4 @@ int main() return 0; } - \ No newline at end of file +