摘要: 实验任务1: 通过三个函数,达成每隔相同的时间在随机的行和位置输出相同的文本的效果 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(i 阅读全文
posted @ 2023-10-30 17:27 zy050101- 阅读(7) 评论(0) 推荐(0)