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

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 阅读(6) 评论(0) 推荐(0) 编辑

2024年7月15日

摘要: // 1100. 抓住那头牛.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include <iostream> #include <queue> #include <map> using namespace std; /* https://www.acwing. 阅读全文
posted @ 2024-07-15 10:12 itdef 阅读(12) 评论(0) 推荐(0) 编辑

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 阅读(4) 评论(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 阅读(14) 评论(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 阅读(12) 评论(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 阅读(7) 评论(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 阅读(16) 评论(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 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 109 下一页

导航