/ WHOJ /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:21:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   21 |  scanf("%d%d%d",&n,&m,&k);
      |  ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:24:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   24 |   scanf("%d",&a[t]);
      |   ~~~~~^~~~~~~~~~~~
foo.cc:28:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   28 |   scanf("%d%d",&q[t].l,&q[t].r);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Found 5 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 84ms 2.117 MiB
#2 Accepted 3ms 384.0 KiB
#3 Wrong Answer Read -1794967296, expect 2500000000. 6ms 768.0 KiB
#4 Accepted 424ms 1.254 MiB
#5 Accepted 253ms 1016.0 KiB

信息

递交者
类型
递交
题目
P1145 小B的询问
题目数据
下载
语言
C++
递交时间
2022-04-30 22:11:27
评测时间
2022-04-30 22:11:27
评测机
分数
80
总耗时
772ms
峰值内存
2.117 MiB