Compile Error
/in/foo.c: In function 'main': /in/foo.c:8:14: error: 'i' undeclared (first use in this function) 8 | for (i=0;i<12;i++){ | ^ /in/foo.c:8:14: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:5:9: warning: variable 'yusuan' set but not used [-Wunused-but-set-variable] 5 | int yusuan[12] = {}; | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1096 津津的储蓄计划
- 语言
- C
- 递交时间
- 2025-10-07 14:17:33
- 评测时间
- 2025-10-07 14:17:33
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes