This commit is contained in:
eriedaberrie 2023-12-09 20:54:33 -08:00
parent 6bbb33d72d
commit fd38485e1b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#include <bits/stdc++.h>
using namespace std;
int main(void) {
int main() {
ios::sync_with_stdio(0);
cin.tie(0);

View file

@ -1,7 +1,7 @@
#include <bits/stdc++.h>
using namespace std;
int main(void) {
int main() {
ios::sync_with_stdio(0);
cin.tie(0);