/ Vijos /

记录详情

Runtime Error

foo.c: In function 'main':
foo.c:19:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ^~~~~~~~~~~~~~~~~~~
foo.c:21:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&v[i]);
   ^~~~~~~~~~~~~~~~~
foo.c:24:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&plus);
   ^~~~~~~~~~~~~~~~~
foo.c:26:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&cost[j]);
    ^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 0ms 256.0 KiB
#2 Runtime Error Segmentation fault 0ms 256.0 KiB
#3 Runtime Error Segmentation fault 0ms 256.0 KiB
#4 Runtime Error Segmentation fault 0ms 256.0 KiB
#5 Runtime Error Segmentation fault 0ms 256.0 KiB
#6 Runtime Error Segmentation fault 0ms 256.0 KiB
#7 Runtime Error Segmentation fault 1ms 256.0 KiB
#8 Runtime Error Segmentation fault 0ms 256.0 KiB
#9 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C
递交时间
2020-12-22 00:14:53
评测时间
2020-12-22 00:14:53
评测机
分数
12
总耗时
8ms
峰值内存
384.0 KiB