摘要: #include<graphics.h> #include<conio.h> #include<bits/stdc++.h> using namespace std; void sans(double x,double y,double w){ line(x,y,x+w,y); line(x,y,x 阅读全文
posted @ 2025-04-12 09:57 陈若麟 阅读(7) 评论(0) 推荐(0)