Run id: 132734

Main.cc: In function 'int main()':
Main.cc:6:6: error: expected ';' before string constant
  cout"hello lema";
      ^
Main.cc:6:18: warning: statement has no effect [-Wunused-value]
  cout"hello lema";
                  ^