y = int(input())
s = input()[0] # Только одну букву
print('YES' if 10 <= y <= 15 and s == 'f' else 'NO')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
y = int(input())
s = input()[0] # Только одну букву
print('YES' if 10 <= y <= 15 and s == 'f' else 'NO')