Main.cc:3:7: error: storage size of 'y' isn't known int y[]; ^ Main.cc: In function 'int main()': Main.cc:9:12: error: 'a' was not declared in this scope if(a%4==0 && a%100!=0 || a%400==0) cout << "yes" << endl; ^