摘要: #include <graphics.h> // 引用图形库头文件 #include <conio.h> void set_black(int x,int y){ setfillcolor(BLACK); fillcircle(x,y,12); } void set_white(int x,int 阅读全文
posted @ 2025-07-05 16:00 王ys 阅读(11) 评论(0) 推荐(0)