记录详情

Wrong Answer

foo.c: In function 'MoveRight':
foo.c:8:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    8 |                 for(int j=n-2;j>=0;j--)
      |                 ^~~
foo.c:10:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   10 |                         a[0]=temp;
      |                         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 2ms 284.0 KiB
#2 Wrong Answer Standard answer longer than user output. 2ms 284.0 KiB
#3 Wrong Answer Standard answer longer than user output. 2ms 284.0 KiB
#4 Wrong Answer Standard answer longer than user output. 1ms 284.0 KiB
#5 Wrong Answer Standard answer longer than user output. 2ms 284.0 KiB

信息

递交者
类型
递交
题目
A7-7 数组的右移函数
比赛
2023 程序设计与基础(单个的数组)
语言
C
递交时间
2023-11-21 15:01:33
评测时间
2023-11-21 15:01:33
评测机
分数
0
总耗时
10ms
峰值内存
284.0 KiB