Fix template spacing

This commit is contained in:
Anthony Wang 2022-02-22 12:02:36 -06:00
parent 5eb57cd63e
commit eed6ab5683
Signed by: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 9 additions and 9 deletions

6
1.cpp
View file

@ -8,6 +8,6 @@ constexpr int MX = 1e5+5;
int main() {
cin.tie(0)->sync_with_stdio(0);
}
}

6
2.cpp
View file

@ -8,6 +8,6 @@ constexpr int MX = 1e5+5;
int main() {
cin.tie(0)->sync_with_stdio(0);
}
}

6
3.cpp
View file

@ -8,6 +8,6 @@ constexpr int MX = 1e5+5;
int main() {
cin.tie(0)->sync_with_stdio(0);
}
}