我们学习了基本格式
#include<stdio.h>
int main()
{
return 0;
}
学习了预处理命令#include<stdio.h>,主函数int main()等
在编写过程中遇到了忘记prtift命令
一定要牢记命令与分号