Main.cc: In function 'int main()': Main.cc:8:15: error: redeclaration of 'int a' int a,b,c,a; ^ Main.cc:8:9: note: 'int a' previously declared here int a,b,c,a; ^