/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'int SPLAY::find(int)':
/in/foo.cc:155: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:120: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:120: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:120: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:120: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:120: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 Accepted 31ms 24.375 MiB
#2 Accepted 24ms 24.25 MiB
#3 Accepted 432ms 26.375 MiB
#4 Accepted 106ms 26.344 MiB
#5 Accepted 196ms 24.309 MiB
#6 Accepted 332ms 24.5 MiB
#7 Accepted 653ms 24.5 MiB
#8 Accepted 559ms 27.121 MiB
#9 Accepted 408ms 25.891 MiB
#10 Accepted 473ms 26.125 MiB

信息

递交者
类型
递交
题目
P1835 维护数列
语言
C++
递交时间
2017-12-13 21:29:38
评测时间
2017-12-13 21:29:38
评测机
分数
100
总耗时
3219ms
峰值内存
27.121 MiB