记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:60:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   60 |     scanf("%d %d", &n, &m);
      |     ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:64:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   64 |         scanf("%d", &num[i]);
      |         ~~~~~^~~~~~~~~~~~~~~
foo.cc:81:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   81 |         scanf("%d", &op);
      |         ~~~~~^~~~~~~~~~~
foo.cc:83:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   83 |             scanf("%d %d %d", &l, &r, &v);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:98:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   98 |             scanf("%d %d", &x, &v);
      |             ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:107:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  107 |             scanf("%d", &x);
      |             ~~~~~^~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 384.0 KiB
#2 Accepted 7ms 384.0 KiB
#3 Accepted 7ms 384.0 KiB
#4 Accepted 5ms 512.0 KiB
#5 Accepted 6ms 384.0 KiB
#6 Accepted 5ms 384.0 KiB
#7 Accepted 6ms 384.0 KiB
#8 Accepted 850ms 2.992 MiB
#9 Time Exceeded ≥5087ms ≥3.617 MiB
#10 Accepted 558ms 2.992 MiB

信息

递交者
类型
递交
题目
P1384 Problem C. Segtree Master
语言
C++
递交时间
2022-07-12 14:14:25
评测时间
2022-07-12 14:14:25
评测机
分数
90
总耗时
≥6541ms
峰值内存
≥3.617 MiB