Wrong Answer

foo.cc: In function 'int main()':
foo.cc:7:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=x;i<=y;i++) 
     ^~~
foo.cc:9:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
      for(i=x;i<=y;i++)
      ^~~
foo.cc:9:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
foo.cc:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
         n=a[i];
         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 1,8d0 < 22 < 23 < 24 < 25 < 26 1ms 384.0 KiB
#2 Wrong Answer 2,10d1 < 1001 < 1002 < 1003 < 1ms 344.0 KiB
#3 Wrong Answer Read 9001, expect 9100. 1ms 384.0 KiB
#4 Wrong Answer 1d0 < 999 3,11d1 < 1001 < 1002 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P2424 近似排序
比赛
初二数组专练10.29
语言
C++
递交时间
2021-10-29 20:54:03
评测时间
2021-10-29 20:54:03
评测机
分数
0
总耗时
7ms
峰值内存
384.0 KiB