Compile Error

/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;
          ^

信息

递交者
类型
递交
题目
P1017 3位升序数
语言
C++
递交时间
2023-12-01 16:06:23
评测时间
2023-12-01 16:06:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes