最简单的c语言程序
#include<stdio.h>
int main()
{
printf("hello world!\n");
return 0;
}
總結
- 上一篇: html HTML1300 进行了导航,
- 下一篇: 语言求圆周率近似值改错_新证明解决了如何
#include<stdio.h>
int main()
{
printf("hello world!\n");
return 0;
}