《数据结构》(C语言版)——串的定长顺序存储表示

/* run this program using the console pauser or add your own getch, system("pause") or input loop */ // 用到的库文件 #include <stdio.h> // printf(); scanf() #include <stdlib.h> // exit() #include <malloc.
相关文章
相关标签/搜索