作业二十八 单词拼接

#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
相关文章
相关标签/搜索