while 1:n,*s=map(int,input().split());print(['Fail','Pass'][2*s[0]>sum(s)/n])
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page