/ new_bzoj /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:30:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:33:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ~~~~~^~~~~~~~~~~~
foo.cc:37:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:40:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&z[i].l,&z[i].r);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 17ms 1.59 MiB
#2 Accepted 22ms 1.77 MiB
#3 Accepted 15ms 1.582 MiB
#4 Accepted 16ms 1.73 MiB
#5 Accepted 38ms 1.859 MiB

信息

递交者
类型
递交
题目
HH的项链
语言
C++
递交时间
2021-09-04 16:18:27
评测时间
2021-09-04 16:18:27
评测机
分数
100
总耗时
112ms
峰值内存
1.859 MiB