/ 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 erase()':
/in/foo.cc:27: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:56:25: note: 't2' was declared here
     ll t1,tt1=ch[id][0],t2,tt2=ch[id][1];
                         ^~
/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.348 MiB
#2 Accepted 258ms 27.625 MiB
#3 Accepted 251ms 29.344 MiB
#4 Accepted 3ms 4.352 MiB
#5 Accepted 6ms 4.34 MiB
#6 Accepted 28ms 5.0 MiB
#7 Accepted 156ms 8.875 MiB
#8 Accepted 161ms 8.457 MiB
#9 Accepted 139ms 9.609 MiB
#10 Accepted 194ms 11.473 MiB

信息

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