摘要: hello world 第一个程序 #include <stdio.h> int main(){ printf("hello world"); } 格式化输出语句 printf() %d %c %.2f 精确到小数点后二位 宏定义 #define 预处理,可以定义常量 #include <stdio 阅读全文
posted @ 2022-03-08 12:59 阿肆啊 阅读(44) 评论(0) 推荐(0) 编辑