#include #include #include #include int const NOut = 12; #define Nmax 10 struct Pair { unsigned char char1; unsigned char char2; int count; }; typedef struct Pair charPair;