摘要: 牛逼牛逼牛逼牛逼 阅读全文
posted @ 2018-12-01 14:54 qyxx 阅读(79) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #include<string> #include<cmath> #include<ctime> #include<cctype> #include<alg 阅读全文
posted @ 2018-12-01 14:35 qyxx 阅读(70) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h>using namespace std;const int MAXN=1e5+10;int n,a[MAXN];long long dp[MAXN];int main(){ scanf("%d",&n); for(int i=1;i<=n;++i) sc 阅读全文
posted @ 2018-12-01 14:34 qyxx 阅读(154) 评论(0) 推荐(0)