记录详情

Runtime Error

foo.c: In function 'MoveLeft':
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d",&m);
      |  ^~~~~~~~~~~~~~
foo.c: In function 'main':
foo.c:21:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   21 |  scanf("%d",&n);
      |  ^~~~~~~~~~~~~~
foo.c:23:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   23 |   scanf("%d",&a[i]);
      |   ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 1ms 256.0 KiB
#2 Runtime Error Segmentation fault 776ms 376.0 KiB
#3 Time Exceeded ≥1100ms ≥256.0 KiB
#4 Time Exceeded ≥1097ms ≥256.0 KiB

信息

递交者
类型
递交
题目
1-1 数字循环左移
比赛
C语言课程设计考试
语言
C
递交时间
2022-05-31 12:00:25
评测时间
2022-05-31 12:00:50
评测机
分数
0
总耗时
2976ms
峰值内存
376.0 KiB