Runtime Error
/in/foo.c: In function 'fun': /in/foo.c:7:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for ( j=0;j<n-1;j++ ) ^~~ /in/foo.c:9:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' a[n-1]=k; } ^ /in/foo.c: At top level: /in/foo.c:11:6: warning: return type of 'main' is not 'int' [-Wmain] void main() { ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A7-6 数组的左移函数
- 语言
- C
- 递交时间
- 2019-09-15 20:52:48
- 评测时间
- 2019-09-15 20:52:48
- 评测机
- 分数
- 0
- 总耗时
- 3ms
- 峰值内存
- 220.0 KiB