摘要: 实验任务1 /* A simple C program */#include <stdio.h>int main(){ printf("my stuno is:202083290295\n"); printf("hello,2020\n"); return 0;} 实验任务2 /* 循环打印字符 * 阅读全文
posted @ 2020-10-17 22:07 应钟二四 阅读(67) 评论(2) 推荐(0)