Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:8:11: error: 'a' was not declared in this scope int b[a]; ^ /in/foo.cc:11:10: error: 'b' was not declared in this scope cin>>b[i]; ^ /in/foo.cc:13:8: error: 'b' was not declared in this scope int c=b[0]; ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1000 呱呱(Round 1)
- 语言
- C++
- 递交时间
- 2021-01-26 23:35:36
- 评测时间
- 2021-01-26 23:35:36
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes