摘要: #include <graphics.h> #include <conio.h> #include <bits/stdc++.h> using namespace std; int main(){ srand(time(0)); initgraph(640, 480); int x1=0,x2=64 阅读全文
posted @ 2025-06-29 10:01 爱吃泡面的皮卡 阅读(11) 评论(0) 推荐(0)