摘要:
Regular segment tree usage. Should be medium though.struct Node{ Node(int rs, int re) : s(rs), e(re), left(nullptr), right(nullptr){} int s;... 阅读全文
posted @ 2015-10-20 14:40
Tonix
阅读(195)
评论(0)
推荐(0)
Tony's LogAlgorithms, Distributed System, Machine Learning |