/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void Splay::print(int)':
/in/foo.cc:117:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(!z) return; if(rc) print(rc);
         ^~
/in/foo.cc:117:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(!z) return; if(rc) print(rc);
                        ^~
/in/foo.cc:118:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(!z) return;  z--; printf(" %s",name[u]);
         ^~
/in/foo.cc:118:25: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(!z) return;  z--; printf(" %s",name[u]);
                         ^
/in/foo.cc:119:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if(!z) return; if(lc) print(lc);
         ^~
/in/foo.cc:119:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         if(!z) return; if(lc) print(lc);
                        ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 6.25 MiB
#2 Accepted 277ms 10.016 MiB
#3 Accepted 119ms 12.227 MiB
#4 Accepted 4ms 8.25 MiB
#5 Accepted 6ms 10.371 MiB
#6 Accepted 10ms 10.25 MiB
#7 Accepted 61ms 14.805 MiB
#8 Accepted 64ms 14.801 MiB
#9 Accepted 418ms 10.75 MiB
#10 Accepted 795ms 7.008 MiB

信息

递交者
类型
递交
题目
GameZ游戏排名系统
语言
C++
递交时间
2017-06-23 09:06:52
评测时间
2017-06-23 09:06:52
评测机
分数
100
总耗时
1763ms
峰值内存
14.805 MiB