Compile Error
foo.c: In function 'main': foo.c:44:5: error: 'for' loop initial declarations are only allowed in C99 mode foo.c:44:5: note: use option -std=c99 or -std=gnu99 to compile your code foo.c:46:8: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[25]' [-Wformat] foo.c:59:5: error: 'for' loop initial declarations are only allowed in C99 mode
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 谁拿了最多奖学金
- 语言
- C
- 递交时间
- 2013-08-05 16:20:41
- 评测时间
- 2013-08-05 16:51:21
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes