快读快写(关闭同步流)会拯救一切!!!
查看原帖
快读快写(关闭同步流)会拯救一切!!!
1268529
jiangbaolin楼主2024/12/30 17:23

关闭同步流代码(写了之后不能用scanf和printf)

cin.tie(0);
cout.tie(0);
ios::sync_with_stdio(false);
2024/12/30 17:23
加载中...