Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:18: error: 'n2l' was not declared in this scope; did you mean 'n2'?
32 | cin>>n1>>n2l
| ^~~
| n2
/in/foo.cc:34:15: error: 'a' was not declared in this scope
34 | Input(a,n1);
| ^
/in/foo.cc:35:15: error: 'b' was not declared in this scope
35 | Input(b,n2);
| ^
信息
- 递交者
- 类型
- 自测
- 题目
- A9-2 数组中最小正数的下标
- 语言
- C++
- 递交时间
- 2025-07-05 09:52:15
- 评测时间
- 2025-07-05 09:52:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes