Run id: 120547

Main.cc: In function 'int main()':
Main.cc:20:1: error: expected '}' at end of input
 }
 ^
Main.cc:8:11: warning: unused variable 'b' [-Wunused-variable]
     int a,b;
           ^
Main.cc:20:1: error: expected '}' at end of input
 }
 ^