/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:11:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:13:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&v[i]);
         ~~~~~^~~~~~~~~~~~
foo.cc:16:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&x);
         ~~~~~^~~~~~~~~
foo.cc:18:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&p[j]);
             ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 12ms 472.0 KiB
#2 Accepted 22ms 436.0 KiB
#3 Accepted 154ms 768.0 KiB
#4 Accepted 122ms 728.0 KiB
#5 Accepted 33ms 1.168 MiB
#6 Accepted 36ms 1.156 MiB
#7 Accepted 14ms 1.184 MiB
#8 Accepted 14ms 1.176 MiB
#9 Accepted 2ms 568.0 KiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C++
递交时间
2021-08-10 21:55:47
评测时间
2021-08-10 21:55:47
评测机
分数
100
总耗时
413ms
峰值内存
1.184 MiB