蓝桥杯算法提高VIP-师座操作系统-题解(C语言代码)STL大法,map+string ###STL大法就是好```p#include#include#includeusingnamespacestd;stringcommand,word;mapfl,cmd;stringname,flag,info;intmain(){while(getline(cin, 题解列表 2020年09月10日 0 点赞 0 评论 878 浏览 评分:9.9
蓝桥杯算法提高VIP-师座操作系统-题解(C语言代码)(搜索树) ```c#include#include#includetypedefstructTree*BST;structTree{//定义树的结构charname[25];intflag;charFile[25];BSTLeft,Right;};BSTT1=NULL;//定义树的初始点BSTInsert(BS 题解列表 2019年09月17日 0 点赞 0 评论 1118 浏览 评分:9.9