Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:35:16: warning: left operand of comma operator has no effect [-Wunused-value]
   for(int k=0;k<n1,k++){
                ^
/in/foo.cc:35:23: error: expected ';' before ')' token
   for(int k=0;k<n1,k++){
                       ^
/in/foo.cc:43:2: error: expected ';' before '}' token
  }
  ^
/in/foo.cc:29:6: warning: unused variable 'n1' [-Wunused-variable]
  int n1;
      ^
  信息
- 递交者
- 类型
- 自测
- 语言
- C++
- 递交时间
- 2023-03-23 11:30:57
- 评测时间
- 2023-03-23 11:30:57
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes