Main.cc: In function 'int main()':
Main.cc:6:14: error: expected ';' before numeric constant
cout 0/= 2;
^
Main.cc:6:19: warning: statement has no effect [-Wunused-value]
cout 0/= 2;
^
Main.cc:8:17: error: expected ';' at end of input
cout << 2 <