/ 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]
   11 |     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]
   13 |         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]
   16 |         scanf("%d",&x);
      |         ~~~~~^~~~~~~~~
foo.cc:18:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   18 |             scanf("%d",&p[j]);
      |             ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 17ms 384.0 KiB
#2 Accepted 31ms 384.0 KiB
#3 Accepted 198ms 640.0 KiB
#4 Accepted 141ms 640.0 KiB
#5 Accepted 62ms 1.125 MiB
#6 Accepted 62ms 1.125 MiB
#7 Accepted 36ms 1.125 MiB
#8 Accepted 36ms 1.125 MiB
#9 Accepted 6ms 512.0 KiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C++
递交时间
2021-12-16 19:46:33
评测时间
2021-12-16 19:46:33
评测机
分数
100
总耗时
591ms
峰值内存
1.125 MiB