求助各位dalao。
ios::sync_with_stdio(false); cin.tie(nullptr);
这玩意是放在freopen前还是后。
freopen
这玩意还要加cout.tie(nullptr)吗?
cout.tie(nullptr)