记录详情

Runtime Error

foo.c: In function 'main':
foo.c:5:1: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    5 | scanf("%d",&n);
      | ^~~~~~~~~~~~~~
foo.c:8:2: 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 2ms 256.0 KiB
#4 Runtime Error Aborted 2ms 384.0 KiB
#5 Runtime Error Segmentation fault 3ms 256.0 KiB

信息

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