Compile Error
/in/foo.c: In function 'main':
/in/foo.c:4:26: error: expected '}' before ')' token
int a[6]={11,22,33,44,55);
^
/in/foo.c:4:26: error: expected ',' or ';' before ')' token
/in/foo.c:9:2: error: expected ';' before 'for'
for(i=0;i<10;i++)
^~~
/in/foo.c:12:2: error: 'else' without a previous 'if'
else
^~~~
/in/foo.c:26:2: warning: 'return' with no value, in function returning non-void
return ;
^~~~~~
/in/foo.c:2:5: note: declared here
int main ()
^~~~
信息
- 递交者
- 类型
- 自测
- 题目
- A7-5 数组的有序插入函数
- 语言
- C
- 递交时间
- 2019-04-21 19:23:06
- 评测时间
- 2019-04-21 19:23:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes