Compile Error
/in/foo.c: In function 'main':
/in/foo.c:9:16: error: 'i' undeclared (first use in this function)
for(int b=0;b<i;b++)
^
/in/foo.c:9:16: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:8:7: warning: variable 'c' set but not used [-Wunused-but-set-variable]
char c[100000];
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1217 乒乓球
- 语言
- C
- 递交时间
- 2021-09-09 15:00:46
- 评测时间
- 2021-09-09 15:01:12
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes