摘要: Hello world hello world 的代码非常简单,相信大家都不陌生。 #include <stdio.h> int main() { printf("Hello world\n"); } 可一个 “hello world” 程序是如何在电脑上跑起来的呢?不妨思考以下问题: 程序为什么要 阅读全文
posted @ 2021-01-26 14:35 不想取名字a 阅读(431) 评论(0) 推荐(0)