int main(int x) { int y = 4; int s = 23; for(int i = 0; i <= x; i++) y << s; return y; }