2015年7月16日

摘要: 这道题是典型的二维线段树的题目,题目要求查询一个区间的最小值和最大值,并修改一个点。代码:#include#include#include#include#include#include#include#include#includeusing namespace std;const int INF... 阅读全文
posted @ 2015-07-16 22:38 α&Ω&∞ 阅读(176) 评论(0) 推荐(0) 编辑
 
摘要: Painter's ProblemTime Limit:1000MSMemory Limit:10000KTotal Submissions:4912Accepted:2385DescriptionThere is a square wall which is made of n*n small s... 阅读全文
posted @ 2015-07-16 22:35 α&Ω&∞ 阅读(161) 评论(0) 推荐(0) 编辑
 
摘要: 开关问题Time Limit:1000MSMemory Limit:30000KTotal Submissions:6455Accepted:2463Description有N个相同的开关,每个开关都与某些开关有着联系,每当你打开或者关闭某个开关的时候,其他的与此开关相关联的开关也会相应地发生变化,... 阅读全文
posted @ 2015-07-16 22:21 α&Ω&∞ 阅读(258) 评论(0) 推荐(0) 编辑