/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:24:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&v[i]);
   ~~~~~^~~~~~~~~~~~
foo.cc:27:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&plus);
   ~~~~~^~~~~~~~~~~~
foo.cc:29:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&cost[j]);
    ~~~~~^~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 158ms 191.332 MiB
#2 Accepted 166ms 191.395 MiB
#3 Accepted 289ms 191.387 MiB
#4 Accepted 253ms 191.406 MiB
#5 Accepted 180ms 191.406 MiB
#6 Accepted 180ms 191.398 MiB
#7 Accepted 163ms 191.406 MiB
#8 Accepted 159ms 191.395 MiB
#9 Accepted 149ms 191.352 MiB

信息

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