摘要: 程序示例: #include <stdio.h> #include <stdlib.h> int main() { printf("Hello,world!\n"); system("Pause"); return 0; } 程序解析: 本程序是一个C语言实现的Hello,world!程序,虽然只有 阅读全文
posted @ 2017-03-20 09:14 蓝莲花工作室 阅读(213) 评论(2) 推荐(0)