Run id: 128400

Main.cc: In function 'int main()':
Main.cc:11:2: error: expected ',' or ';' before 'if'
  if(n<=3){
  ^
Main.cc:14:3: error: 'else' without a previous 'if'
  }else{
   ^