/ 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]);
             ~~~~~^~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 13ms 468.0 KiB
#2 Accepted 21ms 448.0 KiB
#3 Accepted 140ms 796.0 KiB
#4 Accepted 113ms 716.0 KiB
#5 Accepted 33ms 1.125 MiB
#6 Accepted 34ms 1.152 MiB
#7 Accepted 14ms 1.18 MiB
#8 Accepted 13ms 1.148 MiB
#9 Accepted 2ms 556.0 KiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C++
递交时间
2021-03-27 19:08:55
评测时间
2021-03-27 19:08:55
评测机
分数
100
总耗时
388ms
峰值内存
1.18 MiB