/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void info::nw(long long int)':
/in/foo.cc:23:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
         while(s[i]) na[i-1]=s[i],i++; na[i-1]=0;
         ^~~~~
/in/foo.cc:23:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
         while(s[i]) na[i-1]=s[i],i++; na[i-1]=0;
                                       ^~
/in/foo.cc: In function 'void splay(long long int, long long int&)':
/in/foo.cc:43:31: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
         if(y!=k) { if(ch[z][0]==y^ch[y][0]==x) rotate(x,k); else rotate(y,k); }
                       ~~~~~~~~^~~
/in/foo.cc: In function 'void erase()':
/in/foo.cc:64:11: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized]
     Pushup(t2); 
     ~~~~~~^~~~
/in/foo.cc:56:8: warning: 't1' may be used uninitialized in this function [-Wmaybe-uninitialized]
     ll t1,tt1=ch[id][0],t2,tt2=ch[id][1];
        ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 2.324 MiB
#2 Accepted 330ms 25.117 MiB
#3 Accepted 348ms 29.191 MiB
#4 Accepted 2ms 2.316 MiB
#5 Accepted 5ms 464.0 KiB
#6 Accepted 24ms 1.195 MiB
#7 Accepted 115ms 3.445 MiB
#8 Accepted 133ms 7.074 MiB
#9 Accepted 119ms 5.57 MiB
#10 Accepted 179ms 9.691 MiB

信息

递交者
类型
递交
题目
GameZ游戏排名系统
语言
C++
递交时间
2017-10-19 21:12:57
评测时间
2017-10-19 21:12:57
评测机
分数
100
总耗时
1264ms
峰值内存
29.191 MiB