Compile Error
/in/foo.cc:4:27: error: declaration of 'arr' as array of references void bubble_sort(int &arr[],int n) ^ /in/foo.cc:4:28: error: expected ')' before ',' token void bubble_sort(int &arr[],int n) ^ /in/foo.cc:4:29: error: expected unqualified-id before 'int' void bubble_sort(int &arr[],int n) ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 数组--排序
- 语言
- C++
- 递交时间
- 2021-11-07 15:33:51
- 评测时间
- 2021-11-07 15:33:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes