Run id: 152686

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