/ Vijos /

记录详情

Compile Error

foo.c:14:13: error: variably modified 'RBTree' at file scope
 struct node RBTree[MAXN];
             ^
foo.c: In function 'RB_find':
foo.c:186:8: error: 'true' undeclared (first use in this function)
  while(true)
        ^
foo.c:186:8: note: each undeclared identifier is reported only once for each function it appears in
foo.c:201:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1507 郁闷的出纳员
语言
C
递交时间
2015-09-19 00:23:07
评测时间
2015-09-19 00:23:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes