上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 数据结构 第六章 树 清华大学出版社数据结构习题集 第六章 树 整理 输入数据 13 1 2 3 0 0 1 0 0 0 0 0 0 1 6 数据结构 第六章 树 清华大学出版社数据结构习题集 第六章 树 整理 输入数据 13 1 2 3 0 0 1 0 0 0 0 0 0 1 6 1 // 35 阅读全文
posted @ 2018-08-21 09:29 暴走的二萌 阅读(3134) 评论(0) 推荐(0)
摘要: 最小差值 另解 先对数据进行排序,求相邻数据的最小值 最小差值 另解 先对数据进行排序,求相邻数据的最小值 打酱油 打酱油 1 #include <iostream> 2 #include <algorithm> 3 #include <string.h> 4 #include <string> 5 阅读全文
posted @ 2018-08-21 09:26 暴走的二萌 阅读(435) 评论(0) 推荐(0)
摘要: 编程日记 cha2-05 查找 编程日记 cha2-05 查找 找x 找x 1 #include <iostream> 2 #include <algorithm> 3 #include <string.h> 4 #include <stdio.h> 5 #include <iomanip> 6 u 阅读全文
posted @ 2018-08-21 09:21 暴走的二萌 阅读(206) 评论(0) 推荐(0)
摘要: #### 编程日记 cha2-04 排版题 #### 编程日记 cha2-04 排版题 输出梯形(oj无) 输出梯形(oj无) 1 #include <iostream> 2 #include <algorithm> 3 #include <string.h> 4 #include <stdio.h 阅读全文
posted @ 2018-08-21 09:20 暴走的二萌 阅读(295) 评论(0) 推荐(0)
摘要: 编程日记 cha2-3 Hash的应用 编程日记 cha2-3 Hash的应用 统计同成绩学生人数 统计同成绩学生人数 1 #include <iostream> 2 #include <algorithm> 3 #include <string.h> 4 #include <stdio.h> 5 阅读全文
posted @ 2018-08-21 09:18 暴走的二萌 阅读(305) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页