记录详情

Wrong Answer

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

信息

递交者
类型
递交
题目
A10-3 数组的去重
语言
C++
递交时间
2024-01-02 22:37:10
评测时间
2024-01-02 22:37:10
评测机
分数
60
总耗时
22ms
峰值内存
516.0 KiB