疑问求解
查看原帖
疑问求解
939658
Rqc666楼主2025/1/24 22:02

为什么

ios::sync_with_stdio(false),cin.tie(false),cout.tie(false);

会编译失败
但是

ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);  

就好了

2025/1/24 22:02
加载中...