记录详情

Runtime Error

foo.c: In function 'main':
foo.c:5:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    5 |   scanf("%d",&N);
      |   ^~~~~~~~~~~~~~
foo.c:8:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    8 |    scanf("%d",&a[i]);
      |    ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Runtime Error Aborted 3ms 384.0 KiB
#3 Runtime Error Aborted 1ms 384.0 KiB
#4 Runtime Error Aborted 1ms 256.0 KiB
#5 Runtime Error Segmentation fault 3ms 256.0 KiB

信息

递交者
类型
递交
题目
5-3 最大公约数
比赛
C语言课程设计考试
语言
C
递交时间
2022-05-31 11:32:56
评测时间
2022-05-31 11:32:56
评测机
分数
20
总耗时
11ms
峰值内存
384.0 KiB