task2.c
摘要:
include <stdio.h> int main() { double a, b, c; scanf_s("%lf%lf%lf" , &a, &b, &c); if (a + b > c and a + c > b and b + c > a) printf("能构成三角形\n"); else 阅读全文
posted @ 2025-10-09 00:00
唐思齐
阅读(11)
评论(0)
推荐(0)
浙公网安备 33010602011771号