/ WHOJ /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:100:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  100 |     scanf("%lld", &n);
      |     ~~~~~^~~~~~~~~~~~
foo.cc:103:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  103 |         scanf("%lld", &a[i]);
      |         ~~~~~^~~~~~~~~~~~~~~
foo.cc:109:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  109 |         scanf("%lld%lld%lld%lld", &op, &l, &r, &c);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 20ms 512.0 KiB
#2 Accepted 23ms 512.0 KiB
#3 Accepted 23ms 640.0 KiB
#4 Accepted 858ms 3.117 MiB
#5 Accepted 850ms 3.117 MiB
#6 Accepted 838ms 3.117 MiB
#7 Accepted 837ms 3.117 MiB
#8 Accepted 918ms 3.117 MiB
#9 Accepted 904ms 3.121 MiB
#10 Accepted 847ms 3.121 MiB

信息

递交者
类型
递交
题目
P1139 【模板】数列分块入门 3
题目数据
下载
语言
C++
递交时间
2022-04-23 22:08:13
评测时间
2022-04-23 23:00:53
评测机
分数
100
总耗时
6124ms
峰值内存
3.121 MiB