我的Hello worid编好了不能运行怎么办?
void main(){
printf("世界,您好!\n");
}
也没错啊!!!!!!!求高手帮助:cry:cry:cry #include <stdio.h>
#include<windows.h>
int main()
{
printf("Hellow World!\n");
system("pause");
return 0;
} #include<stdio.h>
int main()
{printf("Hello,World!");
return 0;
}
#include <stdio.h>
#include<stdlib.h>
int main()
{
printf("Hellow World!\n");
system("pause");
return 0;
}试一下代码是怎么发的:lol: 看懂了吧,哈哈! #include<stdio.h>
void main()
{
printf("你好!世界!\n");
}
嘿嘿看懂了谢谢哈
页:
[1]