Run id: 147759

Main.cc: In function 'int main()':
Main.cc:13:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
             if(x%10==4||x%10==2&&(x/10)%10==6){
                                ^
Main.cc:18:13: error: expected ';' before '}' token
             }
             ^