/*Let's store each number in binary system (each number consists of 32 bits, 0 or 1) in such a data structure as trie. The edges will be the bits 1 and 0, and the vertices will be responsible for ...