笔记
~沐枫
当知道的越多,就越知道自己的无知
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Kuroni and Simple Strings(补题)~解题报告
Kuroni and Simple Strings文章目录Kuroni and Simple Strings题目描述:Input:Output:Sample Input:Sample Output:Sample Input:Smaple Output:Sample Input:Sample Output:题目大意:思路分析:代码:题目描述:Now that Kuroni has reache...原创 2020-03-04 15:10:05 · 584 阅读 · 0 评论 -
POJ~1077~八数码~IDA*解题报告
八数码:文章目录八数码:题目描述:Input:Output:Sample Input:Sample Output:题目大意:思路分析:代码:题目描述:The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructe...原创 2020-03-04 20:15:53 · 250 阅读 · 0 评论 -
POJ~1077~八数码~DFS解题报告
八数码:文章目录八数码:题目描述:Input:Output:Sample Input:Sample Output:题目大意:思路分析:代码:题目描述:The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructe...原创 2020-03-05 23:36:32 · 477 阅读 · 1 评论 -
Palindromic Matrix~解题报告
Palindromic Matrix文章目录Palindromic Matrix题目描述:Input:Output:Sample Input:Sample Output:Sample Input:Sample Output:Sample Input:Sample Output:Sample Input:Sample Output:题目描述:思路分析:代码:题目描述:Let’s call so...原创 2020-03-03 18:12:12 · 324 阅读 · 0 评论 -
BFS训练~八数码~解题报告
八数码:文章目录八数码:题目描述:Input:Output:Sample Input:Sample Output:题目大意:思路分析:代码:题目描述:The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructe...原创 2020-02-23 14:09:10 · 372 阅读 · 0 评论 -
7-32 复数四则运算
7-32 复数四则运算 (15分)文章目录7-32 复数四则运算 (15分)题目描述:输入格式:输出格式:输入与输出样例:思路分析:代码:测试样例点:题目描述:本题要求编写程序,计算2个复数的和、差、积、商。输入格式:输入在一行中按照a1 b1 a2 b2的格式给出2个复数C1=a1+b1i和C2=a2+b2i的实部和虚部。题目保证C2不为0。输出格式:分别在4行中按照(a1+b1i...原创 2020-01-20 18:26:46 · 810 阅读 · 1 评论 -
DP训练~Tri Tiling(入门)~解题报告
Tri Tiling文章目录Tri Tiling题目描述:Input:Output:Smaple Input:Sample Output:题目大意:思路分析:题目描述:Input:Input consists of several test cases followed by a line containing -1. Each test case is a line containi...原创 2020-02-26 19:56:04 · 709 阅读 · 2 评论 -
POJ~1077~八数码~A*解题报告
八数码:文章目录八数码:题目描述:Input:Output:Sample Input:Sample Output:题目大意:思路分析:代码:题目描述:The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructe...原创 2020-02-25 19:33:55 · 463 阅读 · 0 评论
分享