hdu1806 RMQ
摘要:
1 #include 2 int d[100005][50]; 3 int max(int a,int b) 4 { 5 if (a>b) return(a); 6 return(b); 7 } 8 int rmq(int l,in... 阅读全文
posted @ 2014-07-16 17:46 xiao_xin 阅读(105) 评论(0) 推荐(0)
posted @ 2014-07-16 17:46 xiao_xin 阅读(105) 评论(0) 推荐(0)
posted @ 2014-07-16 17:34 xiao_xin 阅读(92) 评论(0) 推荐(0)
posted @ 2014-07-16 17:30 xiao_xin 阅读(85) 评论(0) 推荐(0)
posted @ 2014-07-16 16:54 xiao_xin 阅读(84) 评论(0) 推荐(0)
posted @ 2014-07-16 16:51 xiao_xin 阅读(87) 评论(0) 推荐(0)
posted @ 2014-07-16 16:47 xiao_xin 阅读(82) 评论(0) 推荐(0)
posted @ 2014-07-16 16:39 xiao_xin 阅读(135) 评论(0) 推荐(0)
posted @ 2014-07-16 16:32 xiao_xin 阅读(93) 评论(0) 推荐(0)
posted @ 2014-07-16 16:30 xiao_xin 阅读(116) 评论(0) 推荐(0)
posted @ 2014-07-16 16:28 xiao_xin 阅读(80) 评论(0) 推荐(0)