diff options
-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); |