Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:41:5: error: redefinition of 'int main()' int main() { ^~~~ /in/foo.cc:5:5: note: 'int main()' previously defined here int main() { ^~~~ /in/foo.cc: In function 'int FindAscCount(int*, int)': /in/foo.cc:64:5: error: redefinition of 'int FindAscCount(int*, int)' int FindAscCount(int arr[], int n) { ^~~~~~~~~~~~ /in/foo.cc:28:5: note: 'int FindAscCount(int*, int)' previously defined here int FindAscCount(int arr[], int n) { ^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 比赛
- 泰院2401程序设计基础作业赛第六场
- 语言
- C++
- 递交时间
- 2024-11-25 14:31:07
- 评测时间
- 2024-11-25 14:31:07
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes