摘要: 应该是做的最认真的模板了。。。 namespace xds{ template<class T,const int MYMAXSIZE,T (*fun)(T a,T b)> class STree{ private: T t[MYMAXSIZE<<2],tag[MYMAXSIZE<<2],a[MYM 阅读全文
posted @ 2023-10-04 20:52 _wbf 阅读(32) 评论(0) 推荐(0)