CCF201909-2 小明種蘋果(續)

/* * CSP * 201909-1 小明種蘋果*/ #include <stdio.h> #include <vector> bool circle[1000] = {false};//判斷連續三個true using namespace std; vector<vector<int> > tree; vector<int> preeApple;//每棵樹最後剩餘的果子 int N;
相關文章
相關標籤/搜索