/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void info::nw(int)':
/in/foo.cc:22: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:22: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 erase()':
/in/foo.cc:26:39: warning: 't2' may be used uninitialized in this function [-Wmaybe-uninitialized]
  nd[x].siz=nd[ch[x][0]].siz+nd[ch[x][1]].siz+1;
                                ~~~~~~~^
/in/foo.cc:55:26: note: 't2' was declared here
     int t1,tt1=ch[id][0],t2,tt2=ch[id][1];
                          ^~
/in/foo.cc:55:9: warning: 't1' may be used uninitialized in this function [-Wmaybe-uninitialized]
     int t1,tt1=ch[id][0],t2,tt2=ch[id][1];
         ^~
# 状态 耗时 内存占用
#1 Accepted 5ms 4.336 MiB
#2 Accepted 254ms 22.988 MiB
#3 Accepted 253ms 24.715 MiB
#4 Accepted 4ms 2.34 MiB
#5 Accepted 6ms 2.375 MiB
#6 Accepted 27ms 2.984 MiB
#7 Accepted 141ms 8.723 MiB
#8 Accepted 150ms 8.613 MiB
#9 Accepted 142ms 8.344 MiB
#10 Accepted 217ms 10.492 MiB

信息

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