记录详情

Runtime Error

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

信息

递交者
类型
递交
题目
P1306 C. Multiple of k
比赛
2021年互联网创新创业科技节程序设计大赛
语言
C
递交时间
2021-12-23 19:00:11
评测时间
2021-12-23 19:00:11
评测机
分数
120
总耗时
174ms
峰值内存
384.0 KiB