set<int> unko { 8, 9, 12};
if(unko.find(a) != unko.end()) goto hell;