题目描述 Description
输入描述 Input
Description
输入导弹依次飞来的高度(雷达给出的高度数据是不大于30000的正整数)
输出描述 Output
Description
输出这套系统最多能拦截多少导弹,如果要拦截所有导弹最少要配备多少套这种导弹拦截系统。
样例输入 Sample
Input
389 207 155
300 299 170 158 65
样例输出 Sample
Output
6
2
数据范围及提示 Data Size &
Hint
导弹的高度<=30000,导弹个数<=20
分类标签 Tags 点此展开
代码:
#include
using namespace
std;
#include
int k=0;
int
xt[25],dd[25][3];
int main()
{
}
}
dd[i][2]=maxx;
}