Jackiesteed

www.github.com/jackiesteed

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年7月30日

摘要: 线段树,懒操作题目传送门附代码:View Code 1 #include <iostream> 2 #include <fstream> 3 #include <algorithm> 4 #include <cstdio> 5 #include <cstring> 6 #include <cmath> 7 #include <cstdlib> 8 9 using namespace std; 10 11 typedef long long LL; 12 13 typedef struct node 14 { 1 阅读全文
posted @ 2011-07-30 21:40 Jackiesteed 阅读(219) 评论(0) 推荐(0) 编辑