一个有趣的C/C++输出问题#include <iostream> #include <stdio.h> int main() { std::cout < < "Hello "; printf( " World! "); return 0; } 运行一下试试!!![解决办法]有时会是 hello world 有时会是 world hello