Compile Error
foo.cc: In function ‘int main()’: foo.cc:11:14: error: ‘a’ was not declared in this scope 11 | cin>>a[1] | ^ foo.cc:15:23: error: ‘a’ was not declared in this scope 15 | cout<<a[i]<<" "; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1068 数组逆序输出
- 语言
- C++
- 递交时间
- 2024-05-08 17:18:35
- 评测时间
- 2024-05-08 17:18:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes