摘要: `#include int main() { double a, b, c; scanf("%lf%lf%lf", &a, &b, &c); if(a+b>c&a-b<c) printf("能构成三角形\n"); else printf("不能构成三角形\n"); return 0; }` #inc 阅读全文
posted @ 2026-03-24 18:11 白云司 阅读(8) 评论(0) 推荐(0)