Run id: 104358

Main.cc: In function 'int main()':
Main.cc:6:10: error: expected ';' before 'a'
     cout a;
          ^
Main.cc:6:11: warning: statement has no effect [-Wunused-value]
     cout a;
           ^