Run id: 134699

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