作業二十八 單詞拼接

#include<stdio.h> #include<string.h> #include<algorithm> using namespace std; struct node {  char s[31];  int first, last; }; node a[1001]; int degree_in[1001], degree_out[1001], m, order[1001]; bool
相關文章
相關標籤/搜索