From 2ec8c3abbeaaee3b34e5c2de3ba565a68c579917 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 6 Jan 2021 16:16:28 -0600 Subject: Remove extra line --- Template/basic.cpp | 1 - Template/template.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/Template/basic.cpp b/Template/basic.cpp index 2bbd994..71201ad 100644 --- a/Template/basic.cpp +++ b/Template/basic.cpp @@ -6,7 +6,6 @@ using ll = long long; using ii = pair; constexpr int MX = 1e5+5; - int main() { if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout); ios_base::sync_with_stdio(0), cin.tie(0); diff --git a/Template/template.cpp b/Template/template.cpp index 564c6d5..7bb7acf 100644 --- a/Template/template.cpp +++ b/Template/template.cpp @@ -28,7 +28,6 @@ constexpr ld PI = 4*atan((ld)1); constexpr ll INF = 1e9, LINF = 1e18, MOD = 1e9+7; constexpr int MX = 1e5+5; - int main() { if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout); ios_base::sync_with_stdio(0), cin.tie(0); -- cgit v1.2.3-70-g09d2