Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:16: error: request for member 'begin' in 'a', which is of non-class type 'int [n]'
12 | sort(a.begin(),a.end());
| ^~~~~
/in/foo.cc:12:26: error: request for member 'end' in 'a', which is of non-class type 'int [n]'
12 | sort(a.begin(),a.end());
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2479 三角形具有稳定性
- 语言
- C++
- 递交时间
- 2026-03-14 14:28:18
- 评测时间
- 2026-03-14 14:28:18
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes