#include #include int get_category(int val) { int cat = 0; //int shift = 0; while (val) { int x = (val % 10)-1; cat |= (1 <