Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:21:15: error: 'n\U0000ff1b' was not declared in this scope 21 | cin>>n; | ^~~ /in/foo.cc:26:22: error: 'a' was not declared in this scope 26 | cin>>a[i]; | ^ /in/foo.cc:29:20: error: 'a' was not declared in this scope 29 | FindMaxn(n,a); | ^
信息
- 递交者
- 类型
- 递交
- 题目
- A7-3 数组的极值下标函数
- 比赛
- 2025年暑期编程训练营之二
- 语言
- C++
- 递交时间
- 2025-07-05 08:39:42
- 评测时间
- 2025-07-05 08:39:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes