/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void update(int)':
/in/foo.cc:34:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(son[p][0])sz1=all[son[p][0]]; if(son[p][1])sz2=all[son[p][1]];
     ^~
/in/foo.cc:34:38: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(son[p][0])sz1=all[son[p][0]]; if(son[p][1])sz2=all[son[p][1]];
                                      ^~
/in/foo.cc: In function 'int merge(int, int)':
/in/foo.cc:75:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(lazy[x])lazydown(x); if(lazy[y])lazydown(y);
     ^~
/in/foo.cc:75:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(lazy[x])lazydown(x); if(lazy[y])lazydown(y);
                             ^~
# 状态 耗时 内存占用
#1 Accepted 25ms 35.375 MiB
#2 Accepted 32ms 35.363 MiB
#3 Accepted 61ms 35.355 MiB
#4 Accepted 4545ms 47.348 MiB
#5 Accepted 8380ms 53.25 MiB

信息

递交者
类型
递交
题目
P2027 佳佳的字符串
语言
C++
递交时间
2017-12-25 11:31:55
评测时间
2017-12-25 11:31:55
评测机
分数
50
总耗时
13044ms
峰值内存
53.25 MiB