摘要: 第二章 C语言概述 一 C语言的一个简单实例 1. first.c程序 #include <stdio.h> int main(void) { int num; num = 1; printf("i im a simple "); //wwwww printf("computer.\n"); /*w 阅读全文
posted @ 2020-08-04 11:02 ke老高粉 阅读(58) 评论(0) 推荐(0)