diff options
author | Anthony Wang | 2021-01-06 16:16:28 -0600 |
---|---|---|
committer | Anthony Wang | 2021-01-06 16:16:28 -0600 |
commit | 2ec8c3abbeaaee3b34e5c2de3ba565a68c579917 (patch) | |
tree | d767ad041749b4ef9a50f80dcdf0c50f0f5d531d | |
parent | f0586f1f7e3036060f0e424c082288dc9dd39c62 (diff) |
Remove extra line
-rw-r--r-- | Template/basic.cpp | 1 | ||||
-rw-r--r-- | Template/template.cpp | 1 |
2 files changed, 0 insertions, 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<int, int>; 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); |