/ Vijos /

记录详情

Compile Error

foo.c:21:15: error: expected ';', ',' or ')' before '&' token
foo.c: In function 'bfs':
foo.c:34:8: error: incompatible types when assigning to type 'struct <anonymous>' from type 'struct <anonymous> *'
foo.c:36:1: warning: implicit declaration of function 'swap' [-Wimplicit-function-declaration]
foo.c:49:8: error: incompatible types when assigning to type 'struct <anonymous>' from type 'struct <anonymous> *'
foo.c: In function 'main':
foo.c:82:1: error: 'for' loop initial declarations are only allowed in C99 mode
foo.c:82:1: note: use option -std=c99 or -std=gnu99 to compile your code
foo.c:85:1: warning: control reaches end of non-void function [-Wreturn-type]

信息

递交者
类型
递交
题目
P1029 晴天小猪历险记之Number
语言
C
递交时间
2013-05-14 16:19:31
评测时间
2013-05-14 16:19:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes