Compile Error
/in/foo.cc:3:5: error: redefinition of 'int n'
3 | int n,a[10086],x;
| ^
/in/foo.cc:2:25: note: 'int n' previously declared here
2 | using namespace std;int n;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1047 A7-4 数组的查找函数
- 语言
- C++
- 递交时间
- 2026-05-23 16:56:34
- 评测时间
- 2026-05-23 16:56:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes