int main(){ int x = 5; if(x < 10) x = x + 42; else x = 0; return x; }