diff --git a/template.cpp b/template.cpp index 11357ea..6d30b68 100644 --- a/template.cpp +++ b/template.cpp @@ -13,7 +13,9 @@ void solve() { } signed main() { -#ifndef LOCAL +#ifdef LOCAL + freopen("in.txt", "r", stdin); +#else ios::sync_with_stdio(0), cin.tie(0), cout.tie(0); #endif int t = 1;