/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In member function 'int SPLAY::find(int)':
/in/foo.cc:151:5: warning: control reaches end of non-void function [-Wreturn-type]
     }
     ^
/in/foo.cc: In member function 'void SPLAY::build(int, int, int)':
/in/foo.cc:116:30: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
             son[id[father]][l>=father]=i;
                             ~^~~~~~~~
/in/foo.cc:116:30: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
             son[id[father]][l>=father]=i;
                             ~^~~~~~~~
/in/foo.cc:116:30: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
             son[id[father]][l>=father]=i;
                             ~^~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:116:30: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
             son[id[father]][l>=father]=i;
                             ~^~~~~~~~
/in/foo.cc:116:30: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
             son[id[father]][l>=father]=i;
                             ~^~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 37ms 20.336 MiB
#2 Wrong Answer 37ms 20.207 MiB
#3 Wrong Answer 36ms 20.25 MiB
#4 Wrong Answer 41ms 18.25 MiB
#5 Wrong Answer 38ms 20.25 MiB
#6 Wrong Answer 31ms 20.375 MiB
#7 Wrong Answer 41ms 18.25 MiB
#8 Wrong Answer 32ms 20.25 MiB
#9 Wrong Answer 9ms 18.336 MiB
#10 Wrong Answer 7ms 20.344 MiB

信息

递交者
类型
递交
题目
P1835 维护数列
语言
C++
递交时间
2017-12-13 20:36:16
评测时间
2017-12-13 20:36:16
评测机
分数
0
总耗时
313ms
峰值内存
20.375 MiB