#include <iostream> #include <string> #include <bitset> #include <algorithm> #include <cctype> #include <vector> using namespace std; const char hex_table[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}; char adjust(const ...