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