摘要: #include <graphics.h> #include <math.h> #include <conio.h> #include <time.h> struct f{ int x; int y; char ch; int speed; }; int main() { initgraph(102 阅读全文
posted @ 2025-05-03 15:42 陈若麟 阅读(7) 评论(0) 推荐(0)
摘要: #include <graphics.h> #include <math.h> #include <conio.h> #include <time.h> int main() { initgraph(640, 480); int n=9; srand(time(0)); double start=0 阅读全文
posted @ 2025-05-03 09:22 陈若麟 阅读(7) 评论(0) 推荐(0)