关于ios::sync_with_stdio(false);
  • 板块灌水区
  • 楼主19ty84
  • 当前回复10
  • 已保存回复10
  • 发布时间2020/11/6 13:57
  • 上次更新2023/11/5 08:49:26
查看原帖
关于ios::sync_with_stdio(false);
289871
19ty84楼主2020/11/6 13:57

使用

cin.tie(0);

ios::sync_with_stdio(false);

时有没有什么需要注意的地方?

除了不能使用 scanf 和 printf 以外。

2020/11/6 13:57
加载中...