摘要: 武汉大学——嵌入式复习小结 哈哈 阅读全文
posted @ 2021-06-05 20:53 Last_Whisper 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-27 16:47 Last_Whisper 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-26 11:32 Last_Whisper 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-24 13:26 Last_Whisper 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 板刷Atcoder #2 ABC197 阅读全文
posted @ 2021-04-13 19:55 Last_Whisper 阅读(247) 评论(0) 推荐(1) 编辑
摘要: Atcoder ABC 198 阅读全文
posted @ 2021-04-12 20:12 Last_Whisper 阅读(185) 评论(0) 推荐(1) 编辑
摘要: LeetCode Week Contest #235 (VP) 阅读全文
posted @ 2021-04-04 19:07 Last_Whisper 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Python代码部分 import heapq maxn = int(1e5) K = 13 # dimension class Pt: def __init__(self, x = None) -> None: # x 假如用 List 会出现天坑.... href: https://www.cn 阅读全文
posted @ 2021-03-17 17:18 Last_Whisper 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #600 (Div. 2) VP 阅读全文
posted @ 2021-03-11 21:56 Last_Whisper 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 紫书&amp;&amp;白书刷题 第九章 UVA12563 Jin Ge Jin Qu hao 这题看起来t很大,实际上经过计算可得:t <= 180 * n + 678,因此我们可用0-1背包进行处理。需要注意的是我们需要留 1s 的时间用于唱最后一首歌。 题目要求为:要在保证最多歌曲的情况下唱最长时间。 我们所设定的状态方程为d 阅读全文
posted @ 2021-02-24 22:12 Last_Whisper 阅读(90) 评论(0) 推荐(0) 编辑