/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:7:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
  for (int i = 1; i < 8; i++)
  ^
foo.c:7:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code

信息

递交者
类型
递交
题目
P1113 不高兴的津津
语言
C
递交时间
2016-02-02 20:00:58
评测时间
2016-02-02 20:00:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes