记录详情

Runtime Error

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

信息

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