int main() { int low = 0x15; int high = 0x122; int mid; mid = low + (high - low)/2; return mid; }