1011 A+B 和 C (15 point(s))

ipt1 = int(input()) for i in range(ipt1):     ipt2 = input().split(" ")     if int(ipt2[0])+int(ipt2[1])>int(ipt2[2]):         print("Case #%s: true"%(i+1))     else:         print("Case #%s: false"%(
相關文章
相關標籤/搜索