Compare commits

...

3 commits

3 changed files with 3 additions and 3 deletions

2
1.cpp
View file

@ -8,7 +8,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);
cin.tie(0)->sync_with_stdio(0);
}

2
2.cpp
View file

@ -8,7 +8,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);
cin.tie(0)->sync_with_stdio(0);
}

2
3.cpp
View file

@ -8,7 +8,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);
cin.tie(0)->sync_with_stdio(0);
}