y = int(input())
s = input()[0] # Только одну букву
print('YES' if 10 <= y <= 15 and s == 'f' else 'NO')
y = int(input())
s = input()[0] # Только одну букву
print('YES' if 10 <= y <= 15 and s == 'f' else 'NO')