main() { p=47; printf("%d\n",p); }
int x = y = 95;
Answers
int x=95, y =95;
x = x - 1; x --; --x; x -= 1;