摘要: #include <graphics.h> #include <conio.h> #include <bits/stdc++.h> #include <ctime> struct a1{ int x,y,speed; char c; }; a1 n[300]; int main() { initgr 阅读全文
posted @ 2025-05-03 15:47 付书恒 阅读(15) 评论(0) 推荐(0)