2021s golf


Statement
You are given S contains only '0', '1' and '2'.
Output "yes" if S contains "2021" as its subsequence, "no" otherwise.

# Multiple testcases
You are given T testcases separated by ':' in this problem.

Constraints
* 1 ≤ |S| ≤ 15
* 1 ≤ T ≤ 5
Sample Input
Sample Output
Contest ID
0009
Writer
admin
Publish date
2021/05/13 23:00:00
Solved
83
Best
7
Top player
Yupiteru