摘要:
视频链接:E34 树形DP 树的中心_哔哩哔哩_bilibili #include <iostream> #include <cstring> #include <algorithm> #include <vector> using namespace std; const int N=20010; 阅读全文
摘要:
视频链接:E33 树形DP 树的直径_哔哩哔哩_bilibili B4016 树的直径 - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) PT07Z - Longest path in a tree - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) #include 阅读全文
摘要:
视频链接:E32 树形DP 树的重心_哔哩哔哩_bilibili 1655 -- Balancing Act (poj.org) Kay and Snowflake - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) P1364 医院设置 - 洛谷 | 计算机科学教育新生态 (luog 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1cv411b7EG/ HDU1400 Mondriaan's Dream #include <iostream> #include <cstring> #include <algorithm> using namespac 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV19t4y1a7xF/ Luogu P1063 [NOIP2006 提高组] 能量项链 #include <iostream> #include <cstring> #include <algorithm> using na 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1oK4y1j7W3/ Luogu P1880 [NOI1995] 石子合并 #include <iostream> #include <cstring> #include <algorithm> using namespa 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1gz4y1y7Rv/ Luogu P1775 石子合并(弱化版) #include <iostream> #include <cstring> #include <algorithm> using namespace st 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1vy4y1z7qy/ Luogu P2704 [NOI2001] 炮兵阵地 #include <iostream> #include <cstring> #include <algorithm> using namespa 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1BA411j7Qv/ Luogu P1879 [USACO06NOV]Corn Fields(玉米田) POJ3254 Corn Fields #include <iostream> #include <cstring> 阅读全文
摘要:
视频链接:https://www.bilibili.com/video/BV1pf4y1q7hU/ Luogu P1896 [SCOI2005] 互不侵犯 在N×N的棋盘里面放K个国王,使他们互不攻击,共有多少种摆放方案。国王能攻击到它上下左右,以及左上左下右上右下八个方向上附近的各一个格子,共8个 阅读全文