请问freopen要在ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);前面加还是后面加?
ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
还是两个不能同时存在。