点点滴滴”

导航

2014年8月1日 #

poj 2777 线段树的区间更新

摘要: Count ColorTime Limit: 1000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descripti... 阅读全文

posted @ 2014-08-01 18:36 点点滴滴” 阅读(158) 评论(0) 推荐(0) 编辑

00000

摘要: #include#include#include#include#define MAX 20001using namespace std;int c,n,ls[MAX];struct node{ int l,r; int c;} tr[MAX*4];struct ln{ int li,num;//n... 阅读全文

posted @ 2014-08-01 15:42 点点滴滴” 阅读(784) 评论(0) 推荐(0) 编辑