/ 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 24ms 9.09 MiB
#2 Accepted 40ms 9.074 MiB
#3 Accepted 207ms 9.082 MiB
#4 Accepted 170ms 9.098 MiB
#5 Accepted 38ms 9.078 MiB
#6 Accepted 39ms 9.094 MiB
#7 Accepted 19ms 9.086 MiB
#8 Accepted 18ms 9.07 MiB
#9 Accepted 8ms 9.008 MiB

信息

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