2016年3月20日

HDU1556-color the ball(线段树)

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1556 #include<cstdio> using namespace std; struct node { int start; int end; int num; }; node q[500000] 阅读全文

posted @ 2016-03-20 15:24 polarday 阅读(132) 评论(0) 推荐(0) 编辑

导航