#include const unsigned short shift = 32; int main(int argc, char * argv[]) { printf("%u %u\n", 1 << shift, 1 << 32); }