活動安排問題(貪心)

源代碼實現: #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> using namespace std; int s[101]; //存放活動開始時間 int f[101]; //存放活動結束時間 bool a[101]; //判斷該活動是否共存 int ActiveMange(int
相關文章
相關標籤/搜索