Main.cc: In function 'int main()':
Main.cc:17:17: error: expected ';' before string constant
cout"yes";
^
Main.cc:17:22: warning: statement has no effect [-Wunused-value]
cout"yes";
^
Main.cc:16:9: warning: label 'defoult' defined but not used [-Wunused-label]
defoult:
^