Compile Error
foo.c: In function 'main':
foo.c:22:12: error: expected '(' before '{' token
for{j=i-1;j>=2;j--)
^
foo.c:22:20: warning: statement with no effect [-Wunused-value]
for{j=i-1;j>=2;j--)
~^~~
foo.c:22:27: error: expected ';' before ')' token
for{j=i-1;j>=2;j--)
^
foo.c:22:27: error: expected statement before ')' token
foo.c:37:1: error: expected declaration or statement at end of input
}
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1911 珠心算测验
- 语言
- C
- 递交时间
- 2017-02-23 19:48:43
- 评测时间
- 2017-02-25 19:14:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes