Run id: 94687

Main.cc: In function 'int main()':
Main.cc:7:15: error: 'h' was not declared in this scope
         c=c+2*h;
               ^
Main.cc:11:5: error: expected ';' before 'return'
     return 0;
     ^