Remove input redirection

This commit is contained in:
Anthony Wang 2021-07-06 10:44:27 -05:00
parent 672f96f838
commit fdedb3f81c
Signed by: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 0 additions and 3 deletions

1
1.cpp
View file

@ -7,7 +7,6 @@ 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);

1
2.cpp
View file

@ -7,7 +7,6 @@ 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);

1
3.cpp
View file

@ -7,7 +7,6 @@ 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);