致爱丽丝
致爱丽丝
全部文章
分类
题解(5)
归档
标签
去牛客网
登录
/
注册
致爱丽丝的博客
全部文章
(共2篇)
题解 | #记票统计#
快速排序+二分查找 快速排序的时候排序指向字符串的指针 #include <stdio.h> #include <string.h> #include <stdlib.h> typedef struct ...
C
字符串
2021-11-16
0
484
题解 | #配置文件恢复#
题意先匹配第一关键字再匹配第二关键字容易误导,一起匹配就好了。 先判断第二关键字是否为空 #include <stdio.h> #include <string.h> #define SIZE 20 const c...
C
字符串
2021-11-08
0
486