摘要: //包含一个叫stdio.h的文件 //std-标准 standard input output #include<stdio.h> int main()//主函数-程序的入口//有且仅有一个 { printf("hello world\n");//函数-print function-printf- 阅读全文
posted @ 2020-12-05 23:59 古月进 阅读(19) 评论(0) 推荐(0)