x = int(input())
if x >= 60:
    print('Pass')
else:
    print('Fail')