复制代码 1 2 Fork me on GitHub 6 1 2 Fork me on GitHub 6
摘要: 1 /* hello world C语言程序的一般组成 2 多行注释*/ 3 #include <stdio.h>// #表示预处里,<stdio.h>标准输入输出函数 4 int main() //程序的主入口 5 { //开始 6 printf("hello,world");//单行注释 7 r 阅读全文
posted @ 2021-06-26 12:54 浅草小子 阅读(1900) 评论(0) 推荐(0)
1