/ OPS / 题库 /

Animate

Animate

#描述#
Have you ever Googled the “Animate”?Tyr Googles the “Animate” one day, and find out 245 match records.But he doesn't know whether the number 245 is correct or not.
Here comes the problem A:
Give you documentation,your task is to find out whether this documentation contains the word “Animate” or not.

#格式#
##输入格式##
The input will consist of several case of input.The first line is an integer N which gives the case number.The next part has N cases.Every case follows this format:
Line 1: The beginning of the documentation: #Doc
Line 2 to m-1: The contest of documentation,this may be consists of several lines.Every line contains less than 100 characters,and the total characters of one documentation are less than 1000.
Line m:The end of the documentation:#End

##输出格式##
For each input case,your program should print an answer in a single line.If the documentation contains “Animate”, please print “Yes”, else print “No”.
In Google, we know the match is case insensitive,which means “animate” is also a match of “Animate”.
In this problem we just take care of the alphabet characters, please ignore other characters.

#样例1#
##样例输入1##

2
#Doc
1Shanghai Jiaotong University=&gtCappuccino
2Tsinghua University=&gtJHVHSecond Place
3Zhejiang University=&gtZJU Focus
4Peking University=&gtPKU_MonkeyKing
5ZhongShan (Sun Yat-sen) University=&gtZSU Pegasus
6Renmin University of China=&gtrruucc
7Zhejiang University=&gtTitan
8Zhejiang University of Technology=&gtAnimate
#End
#Doc
AngryHair
#End

##样例输出1##

Yes
No

#限制#
1000ms
32768KB

#提示#

#来源#

信息

ID
1017
难度
9
分类
category1 点击显示
标签
递交数
4
已通过
1
通过率
25%
上传者