Update basic.cpp

This commit is contained in:
Anthony Wang 2020-06-18 12:10:21 -05:00
parent 28cfa2513b
commit 9094eb40f6

View file

@ -6,8 +6,7 @@ using ll = long long;
using ii = pair<int, int>;
int main() {
// if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);
ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
}