/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:7: error: 'for' loop initial declarations are only allowed in C99 mode
foo.c:6:7: note: use option -std=c99 or -std=gnu99 to compile your code
foo.c:8:13: error: redefinition of 'i'
foo.c:6:15: note: previous definition of 'i' was here
foo.c:8:5: error: 'for' loop initial declarations are only allowed in C99 mode

信息

递交者
类型
递交
题目
P1845 花匠
语言
C
递交时间
2013-11-13 22:08:18
评测时间
2013-11-13 22:08:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes