06 2017 档案

Codeforces Round #418 (Div. 2)
摘要:A - An abandoned sentiment from past 由于所有的数组B内所有的数都不同,因此当k > 1是就可以使该序列不递增 当k = 1是,带入B[0],判断序列A是否递增就可以啦 #include <bits/stdc++.h> using namespace std; c 阅读全文

posted @ 2017-06-07 23:56 disppr 阅读(227) 评论(0) 推荐(0)

Codeforces Round #417 (Div. 2)
摘要:A. Sagheer and Crossroads 枚举 #include <bits/stdc++.h> using namespace std; typedef long long int LL; const int MAXN = 100005; int n; int a[4][4]; int 阅读全文

posted @ 2017-06-02 13:43 disppr 阅读(268) 评论(0) 推荐(0)