#ABC295A. 大概是英语
大概是英语
大概是英语
题目描述
给定 个由小写英文字母组成的字符串 。
如果这些字符串中有至少一个等于 and、not、that、the 或 you,则输出 Yes;否则输出 No。
输入格式
输入按以下格式从标准输入给出:
输出格式
输出答案。
样例
10
in that case you should print yes and not no
Yes
例如, you,因此应输出 Yes。
10
in diesem fall sollten sie no und nicht yes ausgeben
No
所有字符串 都不等于 and、not、that、the、you 中的任何一个。
数据范围
- 是介于 和 之间(含两端)的整数。
- ( 是 的长度)。
- 由小写英文字母组成。
难度
入门
通过率
—
尝试
0
已通过
0
- ID
- 2647
- 类型
- 传统题
- Time Limit
- 2000ms
- Memory Limit
- 1024MiB
- 上传者