……
零域
寂寞是最真实的生活
摘要: 我好傻。。。 阅读全文
posted @ 2016-07-03 15:38 零寂 阅读(181) 评论(0) 推荐(0) 编辑
摘要: #include<cstdio>#include<iostream>using namespace std;#define N 100001long long a[N],b[N],maxx;int n;bool check(long long x){long long carry=0;for(int 阅读全文
posted @ 2016-06-07 17:00 零寂 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<cstdio>using namespace std;struct data{ int l,r,sum; bool tag;}tr[8500001];int n,m;void build(int k,int s,int t){ tr[k].l=s 阅读全文
posted @ 2016-05-08 10:52 零寂 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<cstring>using namespace std;int n,a[101],b[101],ans,i;void init(int a[]) { string s; cin>>n>>s; memset(a,0,sizeof(a)); a[0] 阅读全文
posted @ 2016-02-15 17:34 零寂 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<cstdio> #include<cstring>using namespace std;int main(){ char a1[100],b1[100]; int a[100],b[100],c[100],lena,lenb,lenc,i,j 阅读全文
posted @ 2016-02-15 11:40 零寂 阅读(102) 评论(0) 推荐(0) 编辑