Compile Error
/in/foo.cc:4:17: error: ISO C++ forbids declaration of 'MoveLeft' with no type [-fpermissive]
MoveLeft(int a[])
^
/in/foo.cc: In function 'int MoveLeft(int*)':
/in/foo.cc:7:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
信息
- 递交者
- 类型
- 递交
- 题目
- A7-6 数组的左移函数
- 语言
- C++
- 递交时间
- 2024-11-13 15:16:43
- 评测时间
- 2024-11-13 15:16:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes