/ 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 150ms 191.328 MiB
#2 Runtime Error Segmentation fault 147ms 191.312 MiB
#3 Runtime Error Segmentation fault 150ms 191.434 MiB
#4 Wrong Answer Read {0}, expect {1}. ["1566","1390"] 262ms 191.398 MiB
#5 Wrong Answer Read {0}, expect {1}. ["834","739"] 259ms 191.406 MiB
#6 Wrong Answer Read {0}, expect {1}. ["865","845"] 257ms 191.406 MiB
#7 Accepted 241ms 191.402 MiB
#8 Accepted 234ms 191.41 MiB
#9 Accepted 154ms 191.312 MiB

信息

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