摘要: #include <graphics.h> // 引用图形库头文件 #include <conio.h> void sjx(int x,int y,int w){ line(x,y,x+w/2,y+w); line(x,y,x-w/2,y+w); line(x-w/2,y+w,x+w/2,y+w); 阅读全文
posted @ 2025-04-12 09:59 fushuxuan1 阅读(24) 评论(0) 推荐(0)