一个程序把putc改成cout就A了,不改的话windows下运行没问题,但在linux上输出顺序就有问题了(都加了ios::sync_with_stdio(false)),请问这是为什么
ios::sync_with_stdio(false)