随笔分类 -  C

摘要:输出hello world! 1 #include <stdio.h> 2 int main() 3 { 4 5 printf("hello world!"); //去掉这一行就是C语言的固定模板 6 7 return 0; 8 } 两个变量 #include <stdio.h>int main() 阅读全文
posted @ 2023-03-20 21:02 周周周777 阅读(51) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示