自由尋覓快樂別人從沒法感受

0%

题目:在电脑屏幕上输出”HelloWorld!”

主要代码:

1
2
3
4
5
6
# include <stdio.h>  
int main( )
{
printf("HelloWorld!\n");
return 0;
}

运行结果: