herofly


私信TA

用户名:pyhero

访问量:16620

签 名:

等  级
排  名 33
经  验 14299
参赛次数 17
文章发表 321
年  龄 0
在职情况 待业
学  校
专  业

  自我简介:

while True:
    try:
        ls = list(map(int,input().split()))
        ls.sort()
        a,b,c = ls[0],ls[1],ls[2]
        if a<=0 or b<=0 or c<=0:
            print('NO')
        else:
            if a + b > c:
                print("YES")
            else:
                print('NO')
    except:
        break

解题思路:

注意事项:

参考代码:

 

0.0分

0 人评分

  评论区

  • «
  • »