Skip to content

keko233/pat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

pat

shuzu=[] t=int(input()) for i in range(0,t): list=input("please input three numbers:").split() list=[int(list[i]) for i in range(len(list))] shuzu=shuzu+list for j in range(1,t+1): a=shuzu.pop(0) b=shuzu.pop(0) c=shuzu.pop(0) if a+b>c: print("Case #%d:true"%(j)) else: print("Case #%d:false"%(j))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published