while 1:n,*s=map(int,input().split());print(['Fail','Pass'][2*s[0]>sum(s)/n])