上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: L2-1 分而治之 (25分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<set 阅读全文
posted @ 2020-11-27 22:25 hulian425 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 7-14 直捣黄龙 (30分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<set 阅读全文
posted @ 2020-11-27 19:31 hulian425 阅读(454) 评论(0) 推荐(0) 编辑
摘要: import socket import struct import textwrap # struct模块来解决bytes和其他二进制数据类型的转换。 # Unpack ethernet frame def ethernet_frame(data): dest_mac, src_mac, prot 阅读全文
posted @ 2020-11-26 20:44 hulian425 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 7-9 红色警报 (25分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<set> 阅读全文
posted @ 2020-11-26 15:10 hulian425 阅读(245) 评论(0) 推荐(0) 编辑
摘要: L2-1 功夫传人 (25分) 假算法过题 #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #inclu 阅读全文
posted @ 2020-11-25 23:36 hulian425 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 7-11 家庭房产(25 分) 只能过前两个点 #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #inc 阅读全文
posted @ 2020-11-25 21:56 hulian425 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 7-11 玩转二叉树 (25分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<se 阅读全文
posted @ 2020-11-24 23:15 hulian425 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 7-10 排座位 (25分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<set> 阅读全文
posted @ 2020-11-24 21:29 hulian425 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 7-12 最长对称子串 (25分) #include <cstdio> #include <iostream> #include <algorithm> #include <string> #include <cstring> #include<cmath> #include<vector> usi 阅读全文
posted @ 2020-11-24 20:57 hulian425 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 7-10 树的遍历 (25分) #include<iostream> #include<cstdio> #include<vector> #include<algorithm> #include<cstring> #include<string> #include<map> #include<que 阅读全文
posted @ 2020-11-24 20:55 hulian425 阅读(309) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页