題目1500:出操隊形

#include <stdio.h>   #define MAX 1000001   int student[MAX]; int cnt[MAX];//cnt[i]表示以i爲「峯頂」的最長子序列 int dp[MAX];   int BSearch(int dp[], int start, int end, int key){//搜索大於等於key的第一個元素的位置     int middle;
相關文章
相關標籤/搜索