#R1594. 真真假假

真真假假

说明

算卦先生来问你,对于每个他给出的 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/

输入格式

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

输出格式

输出共  行,每行一个字符串  表示这个头文件存在,或  表示这个头文件不存在。
3
cstdio
splay
fstream
Qian
Kun
Qian

来源

牛客