Update basic.cpp

This commit is contained in:
Anthony Wang 2020-08-09 16:55:02 -05:00 committed by GitHub
parent b6c8fc2cf1
commit daf2ee609a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +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);
if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);
ios_base::sync_with_stdio(0), cin.tie(0);