py
2025-08-08 14:56:22
发布于:浙江
3阅读
0回复
0点赞
a=float(input())
b=float(input())
c=float(input())
pd=[a,b,c]
pd.sort()
if pd[0]+pd[1]==c*2:
print("db")
else:
if pd[0]+pd[1]>c:
if pd[0]==pd[1]:
print("dy")
else:
print("yb")
else:
print("NO")
这里空空如也
有帮助,赞一个