Main.cc: In function 'int main()':
Main.cc:11:12: error: expected '(' before 'i'
if i=999;
^
Main.cc:12:9: error: 'braek' was not declared in this scope
braek;
^
Main.cc: At global scope:
Main.cc:15:6: error: expected unqualified-id before 'return'
return 0;
^