记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:21:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   21 |     for (int i = 0; i < n; i++)
      |     ^~~
foo.cc:23:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   23 |         cout << findmin(a, n) << endl;
      |         ^~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Wrong Answer Read 1, expect -1. 3ms 412.0 KiB
#3 Wrong Answer Read 1, expect -8. 3ms 412.0 KiB
#4 Wrong Answer Read 1, expect -2. 3ms 412.0 KiB
#5 Wrong Answer Read 1, expect -6. 3ms 412.0 KiB

信息

递交者
类型
递交
比赛
2023 程序设计与竞赛(作业4:遗失的日子)
语言
C++
递交时间
2023-10-05 14:31:02
评测时间
2023-10-05 14:31:02
评测机
分数
20
总耗时
18ms
峰值内存
412.0 KiB