摘要: 我的Hello World! #include <stdio.h>void main(){ printf("hello world!"); getchar(); } 阅读全文
posted @ 2017-12-28 14:40 smartpilot 阅读(73) 评论(0) 推荐(0)