1608: 真真假假

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:6 Solved:4

Description

算卦先生来问你,对于每个他给出的 C++ 头文件,请告诉他是否存在。    头文件列表:algorithm, bitset, cctype, cerrno, clocale, cmath, complex, cstdio, cstdlib, cstring, ctime, deque, exception, fstream, functional, limits, list, map, iomanip, ios, iosfwd, iostream, istream, ostream, queue, set, sstream, stack, stdexcept, streambuf, string, utility, vector, cwchar, cwctype    头文件列表:https://paste.ubuntu.com/p/BbC2NYvCBW/

Input

第一行一个正整数  ,表示询问个数。接下去  行,每行一个仅由小写字母构成的字符串  ,表示一个询问。

Output

输出共  行,每行一个字符串  表示这个头文件存在,或  表示这个头文件不存在。

Sample Input Copy

3
cstdio
splay
fstream

Sample Output Copy

Qian
Kun
Qian