Quite a problem
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
It gets tiring, looking for all ways in which the word ‘problem’ can be used (and mis-used) in the news media. And yet, that’s been your job for several years: looking through news stories for that word. Wouldn’t it be better if you could automate the process?
Input
Each line of input is one test case. Lines are at most 80 characters long. There are at most 1000 lines of input. Input ends at end of file.
Output
For each line of input, print yes if the line contains 'problem', and no otherwise. Any capitalization of 'problem' counts as an occurrence.
Examples
Input #1
Answer #1
Submissions 162
Acceptance rate 28%