上一页 1 2 3 4 5 6 7 8 ··· 108 下一页

2024年7月12日

摘要: 自己的写法 // Amount of Degrees 度的数量.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* * https://loj.ac/p/10163 * http://ybt.ssoier.cn:8088/problem_show.php?pid=1 阅读全文
posted @ 2024-07-12 15:01 itdef 阅读(3) 评论(0) 推荐(0) 编辑

2024年7月10日

摘要: // 1575:【例 1】二叉苹果树.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* http://ybt.ssoier.cn:8088/problem_show.php?pid=1575 https://loj.ac/p/10153 有一棵二叉苹果树,如果数字 阅读全文
posted @ 2024-07-10 11:42 itdef 阅读(13) 评论(0) 推荐(0) 编辑

2024年7月5日

摘要: // 327. 玉米田.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* https://www.acwing.com/problem/content/329/ 农夫约翰的土地由 M 阅读全文
posted @ 2024-07-05 11:11 itdef 阅读(10) 评论(0) 推荐(0) 编辑
摘要: // 小国王.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <vector> using namespace std; /* https://loj.ac/p/10170 http://ybt.ssoier. 阅读全文
posted @ 2024-07-05 10:23 itdef 阅读(8) 评论(0) 推荐(0) 编辑

2024年7月4日

摘要: // 1301:大盗阿福.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* http://ybt.ssoier.cn:8088/problem_show.php?pid=1301 【 阅读全文
posted @ 2024-07-04 14:53 itdef 阅读(5) 评论(0) 推荐(0) 编辑

2024年7月2日

摘要: // 524. 愤怒的小鸟.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* https://www.acwing.com/problem/content/526/ Kiana 最近 阅读全文
posted @ 2024-07-02 18:05 itdef 阅读(10) 评论(0) 推荐(0) 编辑

2024年6月23日

摘要: https://loj.ac/p/10179 #define _CRT_SECURE_NO_WARNINGS #include <iostream> #include <cstring> #include <deque> using namespace std; /* https://loj.ac/ 阅读全文
posted @ 2024-06-23 00:52 itdef 阅读(4) 评论(0) 推荐(0) 编辑

2024年6月20日

摘要: // 修剪草坪.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <cstring> #include <deque> using namespace std; /* https://loj.ac/p/10177 阅读全文
posted @ 2024-06-20 15:37 itdef 阅读(2) 评论(0) 推荐(0) 编辑

2024年6月18日

摘要: 转载 作者:灵茶山艾府 链接:https://leetcode.cn/circle/discuss/tXLS3i/ 前言 掌握动态规划(DP)是没有捷径的,咱们唯一能做的,就是投入时间猛猛刷题。好比学数学,只看书看视频而不做习题,是不能说学会的。 我能做的,是帮你节省找题的时间,并把这些题分类整理好 阅读全文
posted @ 2024-06-18 14:10 itdef 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 转载 作者:灵茶山艾府 链接:https://leetcode.cn/circle/discuss/mOr1u6/ 零、常用技巧 我把这个技巧叫做 枚举右,维护左。 讲解 1. 两数之和 1512. 好数对的数目 1161 2815. 数组中的最大数对和 1295 2748. 美丽下标对的数目 13 阅读全文
posted @ 2024-06-18 14:03 itdef 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 108 下一页

导航