摘要:
#### ABC267G Increasing K Times [[ABC267G] Increasing K Times](https://www.luogu.com.cn/problem/AT_abc267_g) 一道计数题. 主要是是一个比较经典的trick才来做的这题. >就是形如已知一个序 阅读全文
摘要:
A - Showstopper #include <bits/stdc++.h> using namespace std; int main() { int t; scanf("%d",&t); while (t--) { int n,a[110],b[110]; scanf("%d",&n); f 阅读全文