Toggle navigation
HUSTOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem2671--字符串数组练习 - 可能是英语Probably English
2671: 字符串数组练习 - 可能是英语Probably English
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MB
Submit
Solved: 2
Submit Num: 4
Statistics
Description
给定一个整数n
和n个长度不超过30的由26个小写英文字母组成的单词(字符串),
如果这n个字符串中,存在以下单词中的一个或多个,打印Yes,否则打印No
and, not, that, the, you,
例如,输入:
10
in that case you should print yes and not no
则输出Yes
因为出现了and not you that等等
Sample Input
Copy
10 in that case you should print yes and not no
Sample Output
Copy
Yes
Source/Category
atcoder
字符串
循环