/ Vijos /

记录详情

Runtime Error

foo.c: In function 'main':
foo.c:22:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ^~~~~~~~~~~~~~~~~~~
foo.c:24:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&v[i]);
   ^~~~~~~~~~~~~~~~~
foo.c:27:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&plus);
   ^~~~~~~~~~~~~~~~~
foo.c:29:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&cost[j]);
    ^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 153ms 191.391 MiB
#2 Runtime Error Segmentation fault 153ms 191.324 MiB
#3 Runtime Error Segmentation fault 158ms 191.418 MiB
#4 Runtime Error Segmentation fault 155ms 191.32 MiB
#5 Runtime Error Segmentation fault 154ms 191.305 MiB
#6 Runtime Error Segmentation fault 155ms 191.355 MiB
#7 Accepted 282ms 191.395 MiB
#8 Accepted 284ms 191.402 MiB
#9 Accepted 161ms 191.344 MiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C
递交时间
2020-12-22 00:18:59
评测时间
2020-12-22 00:18:59
评测机
分数
34
总耗时
1659ms
峰值内存
191.418 MiB