记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:133:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld %lld", &n, &m);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:139:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld", &a);
   ~~~~~^~~~~~~~~~~~
foo.cc:145:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld", &opt);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:149:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%lld %lld %lld", &l, &r, &x);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:155:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%lld %lld", &l, &r);
    ~~~~~^~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 446ms 11.172 MiB
#2 Time Exceeded ≥2348ms ≥31.066 MiB
#3 Time Exceeded ≥2370ms ≥50.883 MiB
#4 Time Exceeded ≥2392ms ≥84.508 MiB
#5 Time Exceeded ≥2391ms ≥84.52 MiB
#6 Time Exceeded ≥2351ms ≥84.523 MiB

信息

递交者
类型
递交
题目
P1020 【模板】线段树
语言
C++
递交时间
2021-02-28 17:10:03
评测时间
2021-02-28 17:10:03
评测机
分数
10
总耗时
≥12301ms
峰值内存
≥84.523 MiB