#include<iostream.h> #include<stdio.h>
main() { cout<<"hello "; printf("how are you "); }
怎么先是输出 how are you 再输出hello
我用vc++ 我没有学标准库那些东西
谢谢了