Run id: 106699

Main.cc: In function 'int main()':
Main.cc:11:3: error: continue statement not within a loop
   continue;  
   ^
Main.cc:13:1: error: expected primary-expression before '}' token
 }   
 ^