Compile Error

/in/foo.cc:18:14: warning: missing terminating " character
    cout <<i<<"";
              ^
/in/foo.cc:18:14: error: missing terminating " character
    cout <<i<<"";
              ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:12: error: expected unqualified-id before ';' token
  int x,y,z,;
            ^
/in/foo.cc:8:8: error: 'k' was not declared in this scope
  int i;k=0;
        ^
/in/foo.cc: At global scope:
/in/foo.cc:24:2: error: expected unqualified-id before 'return'
  return 0;
  ^~~~~~
/in/foo.cc:25:1: error: expected declaration before '}' token
 }
 ^

信息

递交者
类型
递交
题目
P1036 找出所有的3位升序数
语言
C++
递交时间
2021-12-04 09:45:07
评测时间
2021-12-04 09:45:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes