摘要: #include <graphics.h> #include <conio.h> void three(int a,int b,int c) { line(a,b,a-c/2,b+c); line(a,b,a+c/2,b+c); line(a+c/2,b+c,a-c/2,b+c); } void f 阅读全文
posted @ 2025-04-12 09:59 hanxuyao 阅读(14) 评论(0) 推荐(0)