记录详情

Accepted

foo.cc: In function 'int MergeSub(int*, int)':
foo.cc:40:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   40 |                         if (flag != 0)left = right+1; right = i;
      |                         ^~
foo.cc:40:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   40 |                         if (flag != 0)left = right+1; right = i;
      |                                                       ^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 516.0 KiB
#2 Accepted 4ms 460.0 KiB
#3 Accepted 4ms 460.0 KiB
#4 Accepted 4ms 516.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
A10-2 有序子序列的合并
语言
C++
递交时间
2024-01-02 17:13:40
评测时间
2024-01-02 17:13:40
评测机
分数
100
总耗时
21ms
峰值内存
516.0 KiB