poj 2513 colored sticks

代碼 #include < iostream > #include < stdio.h > using namespace std; #define MAX 27 #define S 500003 struct Node { int id; Node * next[MAX]; }; bool judge_con(); bool judge_fre( ); Node * InitNode(); in
相關文章
相關標籤/搜索