70,018
社区成员




#include<stdio.h>
#include<stdlib.h>
#define MAX 26
//新建节点链表
struct node {
char str[26];
struct node* next[26];
};
int count;//链表长度
struct node* create() {
struct node* phead = NULL;
struct student* pend, * pnew;
count = 0;
scanf_s("%s", &pnew->str, 26);
}
int main() {
}
scanf_s("%s", &pnew->str, 26);