int main(int x) { int y = 4; int s = 23; while(s < x) y << s; return y; }