Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:10:2: warning: implicit declaration of function 'MoveLeft' [-Wimplicit-function-declaration] MoveLeft(n,a); ^~~~~~~~ /in/foo.c: At top level: /in/foo.c:14:6: warning: conflicting types for 'MoveLeft' void MoveLeft(int n,int a[]) ^~~~~~~~ /in/foo.c:10:2: note: previous implicit declaration of 'MoveLeft' was here MoveLeft(n,a); ^~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A7-6 数组的左移函数
- 语言
- C
- 递交时间
- 2019-10-29 20:53:50
- 评测时间
- 2019-10-29 20:53:50
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 208.0 KiB