/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void push_down(int)':
/in/foo.cc:68:41: warning: operation on 'st[r].node::maxl' may be undefined [-Wsequence-point]
    st[l].maxl = st[r].maxr = st[r].maxl = st[r].maxl = 0,
                              ~~~~~~~~~~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void splay(int, int&)':
/in/foo.cc:146:21: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
    if (st[z].son[1] == y ^ st[y].son[1] == x)
        ~~~~~~~~~~~~~^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:280:8: warning: variable 'kkkkk' set but not used [-Wunused-but-set-variable]
    int kkkkk;
        ^~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 292.0 KiB
#2 Wrong Answer 2ms 228.0 KiB
#3 Wrong Answer 164ms 1.43 MiB
#4 Wrong Answer 30ms 1.32 MiB
#5 Wrong Answer 86ms 2.242 MiB
#6 Wrong Answer 175ms 5.145 MiB
#7 Wrong Answer 389ms 5.492 MiB
#8 Wrong Answer 351ms 26.391 MiB
#9 Wrong Answer 214ms 28.438 MiB
#10 Wrong Answer 224ms 28.953 MiB

信息

递交者
类型
递交
题目
P1835 维护数列
语言
C++
递交时间
2019-03-05 10:25:33
评测时间
2019-03-05 10:25:33
评测机
分数
10
总耗时
1640ms
峰值内存
28.953 MiB