记录详情

Accepted

/in/foo.cc: In function 'Treap* Merge(Treap*, Treap*)':
/in/foo.cc:71:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(!x) return y;if(!y) return x;    
     ^~
/in/foo.cc:71:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(!x) return y;if(!y) return x;    
                     ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 464.0 KiB
#2 Accepted 24ms 1.336 MiB
#3 Accepted 23ms 1.578 MiB
#4 Accepted 1ms 220.0 KiB
#5 Accepted 166ms 6.625 MiB
#6 Accepted 1ms 216.0 KiB
#7 Accepted 23ms 1.848 MiB
#8 Accepted 170ms 8.461 MiB
#9 Accepted 149ms 5.578 MiB
#10 Accepted 2ms 2.211 MiB

信息

递交者
类型
递交
题目
P1020 决战
语言
C++
递交时间
2020-03-01 16:33:30
评测时间
2020-03-01 18:32:58
评测机
分数
100
总耗时
567ms
峰值内存
8.461 MiB