1 条题解

  • 0
    @ 2025-8-14 13:05:23
    a,b,c=map(int,input().split())
    print("yes"if a+b>c and a+c>b and b+c>a else"no")
    

    信息

    ID
    156
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    15
    已通过
    10
    上传者