#补录 学习C的第一天 学习委员 2023-03-10 42 阅读1分钟 //写一个程序 hello world! #include<stdio.h> int mian() { printf("hello world!\n"); }