Compile Error
/in/foo.c: In function 'main': /in/foo.c:16:3: error: 'count' undeclared (first use in this function) count=16; ^~~~~ /in/foo.c:16:3: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:8:6: warning: variable 'a' set but not used [-Wunused-but-set-variable] int a[100]={0}; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 2-8 条形码
- 比赛
- 南师大2018年蓝桥杯热身赛
- 语言
- C
- 递交时间
- 2018-12-12 16:29:52
- 评测时间
- 2018-12-12 16:30:12
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 3.164 MiB