Run id: 1915

Main.cc: In function 'int main()':
Main.cc:18:13: error: 'elif' was not declared in this scope
     elif(b>a)
             ^
Main.cc:19:5: error: expected ';' before '{' token
     {
     ^
Main.cc:34:1: error: expected '}' at end of input
 }
 ^