/ 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 21ms 35.344 MiB
#2 Accepted 26ms 33.352 MiB
#3 Accepted 66ms 35.25 MiB
#4 Accepted 4438ms 49.34 MiB
#5 Accepted 8557ms 53.375 MiB

信息

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