Run id: 99669

Main.cc: In function 'int main()':
Main.cc:10:7: error: expected ';' before string constant
   cout"29";
       ^
Main.cc:10:11: warning: statement has no effect [-Wunused-value]
   cout"29";
           ^
Main.cc:38:2: error: expected ';' before '}' token
  }
  ^
Main.cc:41:2: error: expected ';' before '}' token
  } 
  ^