上一页 1 ··· 3 4 5 6 7
摘要: P1012 拼数题解:#include#include using namespace std;string a[30]; int main(){ int n; cin>>n; for(int... 阅读全文
posted @ 2020-02-11 16:41 BorisDimitri 阅读(56) 评论(0) 推荐(0)
摘要: P1093 奖学金题解:#include using namespace std;struct node { int a; int b; int c; int d; int w;};bool f(node a,n... 阅读全文
posted @ 2020-02-11 16:39 BorisDimitri 阅读(57) 评论(0) 推荐(0)
摘要: P1068 分数线划定 题解:#includeusing namespace std;long long n,m,f=0,x=0,r=0;long long k[100000],s[100000];int mai... 阅读全文
posted @ 2020-02-11 16:37 BorisDimitri 阅读(70) 评论(0) 推荐(0)
摘要: P158 导弹拦截题解:#includeusing namespace std;struct ca{ int o,p;}o[100005];int cmp(ca a,ca b){ return a.o... 阅读全文
posted @ 2020-02-11 16:35 BorisDimitri 阅读(54) 评论(0) 推荐(0)
摘要: CF2A Winner题解:#include #include #include using namespace std;map mp,mpp;int n,a[100001],maxn=-99999999;str... 阅读全文
posted @ 2020-02-10 20:41 BorisDimitri 阅读(38) 评论(0) 推荐(0)
摘要: CF1C Ancient Berland Circus题解:#include using namespace std;char x[1000010];int main() { int n,i,j,k; cin>>... 阅读全文
posted @ 2020-02-10 20:39 BorisDimitri 阅读(47) 评论(0) 推荐(0)
摘要: CF1A Theatre Square题解:#include using namespace std;int main(){ long long a,m,n; cin>>n>>m>>a; cout<<((n-1)... 阅读全文
posted @ 2020-02-10 20:34 BorisDimitri 阅读(86) 评论(0) 推荐(0)
摘要: 题目传送门题解:#include using... 阅读全文
posted @ 2020-02-10 17:00 BorisDimitri 阅读(47) 评论(0) 推荐(0)
摘要: 题目传送门题解:#includeusing ... 阅读全文
posted @ 2020-02-10 16:54 BorisDimitri 阅读(69) 评论(0) 推荐(0)
摘要: 题目题解:#include using na... 阅读全文
posted @ 2020-02-10 16:49 BorisDimitri 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7