>>513
BYTE qqq[256] = {};
void init() {
 qqq[8]=1;
 qqq[9]=1;
 qqq[12]=1;
}

inline BOOL IsInQqq(int a)
{
 return qqq[a];
}