摘要: task1.c 实现功能:延迟打印,以实现游戏运行的效果 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 7 void print_text( 阅读全文
posted @ 2023-10-30 17:22 明耀66 阅读(23) 评论(0) 推荐(0)