dbkx29
dbkx29
全部文章
题解
归档
标签
去牛客网
登录
/
注册
dbkx29的博客
全部文章
/ 题解
(共1篇)
[NOIP2004]合唱队形
#include <bits/stdc++.h> using namespace std; int n, cnt = 0, a[105], maxn[105], minn[105]; int main() { ios::sync_with_stdio(0), cin.tie(0);...
C++
数组
动态规划
2022-04-11
0
353