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