Code Festival A If you cannot solve this by kimiyuki

while 1:
 x,*y=map(int,input().split())
 print(['Fail','Pass'][sum(y)<2*x*y[0]])

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page