zawa-tin / cp-documentation

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Lazy Segment Tree #124

Open zawa-tin opened 11 months ago

zawa-tin commented 11 months ago

名前

遅延セグメント木

概要

参考

(履修に利用したサイト、なるべく細かく載せておく)

関連issue

verifyリンク

追加ファイル名

進行状況

zawa-tin commented 11 months ago

https://smijake3.hatenablog.com/entry/2018/11/03/100133

zawa-tin commented 10 months ago

operator[]にWarningがでている

warning: returning reference to temporary [-Wreturn-local-addr]                      
  169 |         return action(dat_[i]);