摘要: NOIP 真题 VP 情况 NOIP 真题模拟 阅读全文
posted @ 2022-08-14 09:52 TLE_Automation 阅读(67) 评论(0) 推荐(0)
摘要: 图论的常用技巧 图论寄巧 阅读全文
posted @ 2022-08-11 21:58 TLE_Automation 阅读(32) 评论(0) 推荐(0)
摘要: 欧拉路径 欧拉路径 阅读全文
posted @ 2022-08-10 17:39 TLE_Automation 阅读(143) 评论(0) 推荐(0)
摘要: 树论 树论 阅读全文
posted @ 2022-08-08 08:53 TLE_Automation 阅读(44) 评论(0) 推荐(0)
摘要: ARC 上分记录 ARC 阅读全文
posted @ 2022-07-31 07:42 TLE_Automation 阅读(28) 评论(0) 推荐(0)
摘要:  DP Contest dp 练习 阅读全文
posted @ 2022-07-12 05:57 TLE_Automation 阅读(21) 评论(0) 推荐(0)
摘要: P4180 [BJWC2010] 严格次小生成树 严格次小生成树 阅读全文
posted @ 2022-07-03 20:49 TLE_Automation 阅读(26) 评论(0) 推荐(0)
摘要: ABC 258 上分记录 ABC 记录 阅读全文
posted @ 2022-07-02 21:52 TLE_Automation 阅读(251) 评论(0) 推荐(0)
摘要: DP 重修笔记 dp 重修笔记 阅读全文
posted @ 2022-07-01 22:26 TLE_Automation 阅读(51) 评论(4) 推荐(0)
摘要: A 题: 暴力拼串然后输出就行了。 string s; signed main() { int n = read(), k = read(); for(int i = 1; i <= 26; i++) { for(int j = 1; j <= n; j++) { s += i + 'A' - 1; 阅读全文
posted @ 2022-06-25 21:58 TLE_Automation 阅读(36) 评论(5) 推荐(1)