Time Exceeded
foo.cc: In function 'int main()':
foo.cc:52:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   52 |  freopen("in.in", "r", stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:57:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   57 |   char s[5]; scanf("%s", s);
      |              ~~~~~^~~~~~~~~
  Found 6 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1178 【模板】可持续化线段树 1
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2022-06-03 18:16:43
 - 评测时间
 - 2022-06-03 18:16:43
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥6599ms
 - 峰值内存
 - ≥384.0 KiB