/ Vijos /

记录详情

Accepted

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]
   (void)scanf("%d",&v[i]);
   ^~~~~~~~~~~~~~~~~~~~~~~
foo.c:27:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   (void)scanf("%d",&plus);
   ^~~~~~~~~~~~~~~~~~~~~~~
foo.c:29:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    (void)scanf("%d",&cost[j]);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 26ms 19.367 MiB
#2 Accepted 36ms 19.391 MiB
#3 Accepted 161ms 19.402 MiB
#4 Accepted 126ms 19.402 MiB
#5 Accepted 49ms 19.406 MiB
#6 Accepted 47ms 19.395 MiB
#7 Accepted 28ms 19.398 MiB
#8 Accepted 27ms 19.402 MiB
#9 Accepted 17ms 19.414 MiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C
递交时间
2020-12-22 00:26:31
评测时间
2020-12-22 00:26:31
评测机
分数
100
总耗时
521ms
峰值内存
19.414 MiB