上一页 1 ··· 6 7 8 9 10
摘要: A. Watchmen time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Watchmen are in a danger and 阅读全文
posted @ 2017-07-10 22:35 Leviaton 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 评价 水题 还有,最后那个“第一第二个结点”到底什么鬼,,,我把自己的线段树遍历了一遍根本对不上号,,,最后只能打表,,, 如果有谁弄明白了那个结点怎么整请告诉我!谢谢! 理论基础 线段树 代码 #include<cstdio> #include<iostream> #include<cstring 阅读全文
posted @ 2017-07-04 20:43 Leviaton 阅读(192) 评论(0) 推荐(0) 编辑
摘要: USCAO 理论基础 线段树 题目 Portal: http://codevs.cn/problem/1690/ 代码 1 #include<cstdio> 2 #include<iostream> 3 #include<cstring> 4 #define mid ((L+R)/2) 5 #def 阅读全文
posted @ 2017-07-04 18:59 Leviaton 阅读(182) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10