Run id: 98461

Main.cc: In function 'int main()':
Main.cc:10:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(a%4==0 && a%100!=0 || a%400==0){
               ^
Main.cc:13:15: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(b%4==0 && b%100!=0 || b%400==0){
               ^
Main.cc:16:18: error: 'bc' was not declared in this scope
     if(c%4==0 && bc%100!=0 || c%400==0){
                  ^