Main.cc: In function 'void qww()': Main.cc:7:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(i%4==0&&i%100!=0||i%400==0) ^ Main.cc:11:11: error: a function-definition is not allowed here before '{' token int main(){ ^ Main.cc:15:1: error: expected '}' at end of input } ^