/ Vijos /

记录详情

Compile Error

foo.c:10:5: warning: built-in function 'index' declared as non-function [enabled by default]
 int index,n;
     ^
foo.c: In function 'spfa':
foo.c:30:2: error: 'for' loop initial declarations are only allowed in C99 mode
  for (int i=f[u];i!=0;i=a[i].next)
  ^
foo.c:30:2: note: use option -std=c99 or -std=gnu99 to compile your code

信息

递交者
类型
递交
题目
P1391 想越狱的小杉
语言
C
递交时间
2016-07-25 20:09:14
评测时间
2016-07-25 20:09:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes