Compile Error
/in/foo.c: In function 'Max': /in/foo.c:28:9: error: 'i' undeclared (first use in this function) return i; ^ /in/foo.c:28:9: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:19:15: warning: variable 'imax' set but not used [-Wunused-but-set-variable] int max=a[0],imax=0; ^~~~ /in/foo.c:29:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2 取最大数的博弈游戏
- 比赛
- 小兰赛 2018/12/2
- 语言
- C
- 递交时间
- 2018-12-02 10:04:32
- 评测时间
- 2018-12-02 10:04:32
- 评测机
- 分数
- 0
- 总耗时
- 21ms
- 峰值内存
- 9.914 MiB