CSP中如果把freopen写在流读入后面,会爆零吗?我记得我就是这吗写的
freopen("xxx.in","r",stdin); freopen("xxx.out","w",stdout); ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);