freopen()和ios::sync_with_stdio(false);cin.tie(0);cout.tie(0)可以一起用吗
freopen()
ios::sync_with_stdio(false);cin.tie(0);cout.tie(0)