摘要: #include <graphics.h> #include <ctime> using namespace std; int main() { initgraph(640, 480); ExMessage m; int x=-1,y=-1; while(true){ m=getmessage(); 阅读全文
posted @ 2025-04-25 19:42 陈若麟 阅读(4) 评论(0) 推荐(0)