Run id: 122992

Main.cc: In function 'int main()':
Main.cc:11:9: error: expected ';' before 'b'
         b=0+n;
         ^
Main.cc:13:1: error: expected '}' at end of input
 }
 ^