记录详情

Accepted

/in/foo.cc: In member function 'void Link_Cut_Tree::splay(int)':
/in/foo.cc:35:30: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
    if(!isroot(y)){if(ch[z][0]==y^ch[y][0]==x)rotate(x);else rotate(y);}
                      ~~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 6.25 MiB
#2 Accepted 12ms 6.316 MiB
#3 Accepted 22ms 6.5 MiB
#4 Accepted 38ms 6.723 MiB
#5 Accepted 42ms 6.5 MiB
#6 Accepted 76ms 7.051 MiB
#7 Accepted 247ms 6.5 MiB
#8 Accepted 460ms 6.875 MiB

信息

递交者
类型
递交
题目
Link-Cut-Tree模版题
语言
C++
递交时间
2017-04-15 20:14:34
评测时间
2017-04-15 20:17:38
评测机
分数
100
总耗时
907ms
峰值内存
7.051 MiB