/in/foo.cc:11:12: warning: missing terminating " character
   cout<<yes"
            ^
/in/foo.cc:11:12: error: missing terminating " character
/in/foo.cc:13:10: warning: missing terminating " character
  cout<<no"
          ^
/in/foo.cc:13:10: error: missing terminating " character
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:9: error: 'yes' was not declared in this scope
   cout<<yes"
         ^~~
/in/foo.cc:13:8: error: 'no' was not declared in this scope
  cout<<no"
        ^~
/in/foo.cc:14:10: error: expected '}' at end of input
  return 0;
          ^