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