rt,之前写程序常用
ios::sync_with_stdio(false); cin.tie(nullptr),cout.tie(nullptr);
考场上会不会对freopen文件操作造成影响?能否和scanf,printf混用?