/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'void update(int)':
/in/foo.cc:31: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:31: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:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(lazy[x])lazydown(x); if(lazy[y])lazydown(y);
     ^~
/in/foo.cc:72: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 18ms 25.438 MiB
#2 Accepted 20ms 27.008 MiB
#3 Accepted 44ms 26.867 MiB
#4 Accepted 8643ms 39.137 MiB
#5 Time Exceeded ≥10005ms ≥46.879 MiB

信息

递交者
类型
递交
题目
P2027 佳佳的字符串
语言
C++
递交时间
2020-11-24 20:06:27
评测时间
2020-11-24 20:06:27
评测机
分数
40
总耗时
≥18731ms
峰值内存
≥46.879 MiB