上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 125 下一页

2024年7月31日

摘要: // 牛站.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> using namespace std; /* https://www.acwing.com/problem/content/347/ 给定一张由 T 条边构成的无向图 阅读全文
posted @ 2024-07-31 19:04 itdef 阅读(59) 评论(0) 推荐(0)

2024年7月30日

摘要: // 排序.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* * https://www.acwing.com/problem/content/345/ 给定 n 个变量和 m 个不等式。其中 n 小于等于 26,变量分别用前 n 的大写英文字母表示。 不等式之间 阅读全文
posted @ 2024-07-30 17:32 itdef 阅读(17) 评论(0) 推荐(0)
摘要: Chapter 1 入门 Section 1.1 介绍 Section 1.2 提交解决方案,任务类型,特殊问题 AcWing 1339. 你的旅途由此开始753人打卡 AcWing 1340. 贪婪的送礼者581人打卡 AcWing 1341. 十三号星期五521人打卡 AcWing 1342. 阅读全文
posted @ 2024-07-30 09:35 itdef 阅读(105) 评论(0) 推荐(0)
摘要: // 牛的旅行.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <cmath> #include <algorithm> #include <cstring> using namespace std; /* h 阅读全文
posted @ 2024-07-30 09:30 itdef 阅读(14) 评论(0) 推荐(0)

2024年7月29日

摘要: // 观光之旅.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* * https://www.acwing.com/problem/content/description/346/ * * 给定一张无向图,求图中一个至少包含 3 个点的环,环上的节点不重复,并且环 阅读全文
posted @ 2024-07-29 15:31 itdef 阅读(11) 评论(0) 推荐(0)

2024年7月24日

摘要: // 数字游戏2.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <vector> #include <cstring> using namespace std; /* https://loj.ac/p/101 阅读全文
posted @ 2024-07-24 19:17 itdef 阅读(29) 评论(0) 推荐(0)
摘要: // 数字游戏.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <vector> using namespace std; /* https://loj.ac/p/10164 http://ybt.ssoier 阅读全文
posted @ 2024-07-24 19:15 itdef 阅读(14) 评论(0) 推荐(0)

2024年7月23日

摘要: 记忆化搜索 // 1589:不要 62.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* * http://ybt.ssoier.cn:8088/problem_show.php?pid=1589 * https://www.acwing.com/problem/ 阅读全文
posted @ 2024-07-23 15:31 itdef 阅读(32) 评论(0) 推荐(0)

2024年7月19日

摘要: // 173. 矩阵距离.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <queue> #include <vector> using namespace std; /* https://www.acwing 阅读全文
posted @ 2024-07-19 10:39 itdef 阅读(30) 评论(0) 推荐(0)

2024年7月18日

摘要: // 170 加成序列.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // /* https://www.acwing.com/problem/content/172/ 满足如下条件的序列 X(序列中元素被标号为 1、2、3…m)被称为“加成序列”: X[1]=1 X[m 阅读全文
posted @ 2024-07-18 15:26 itdef 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 125 下一页

导航