摘要:
第二章 C语言概述 1. 简单的C程序示例 cat first.c #include <stdio.h> int main(void) { int num; num = 1; printf("I am a simple "); printf("Computer. \n"); printf("My f 阅读全文
posted @ 2021-11-28 10:27
Hans_Wang
阅读(438)
评论(0)
推荐(0)
浙公网安备 33010602011771号