摘要:
ARC104 题解 ARC回来了?! A - Plus Minus Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100 points Problem Statement Takahashi has two integers X and Y.He 阅读全文
posted @ 2020-10-04 21:25
SweepyZhou
阅读(609)
评论(0)
推荐(0)
摘要:
knapsack 模板 Code 1_knapsack.rar:https://www.90pan.com/b2125385 密码:ijuj knapsack 文件名 knapsack.cpp 分数 1 初始化代码 // 01 背包 #include <iostream> #include <str 阅读全文
posted @ 2020-10-04 13:39
SweepyZhou
阅读(411)
评论(0)
推荐(0)
摘要:
bfs 模板 bfs Code 2_bfs.rar:https://www.90pan.com/b2125384 密码:tjpl 文件名 bfs.cpp 分数 1 初始化代码 #include <stdio.h> #include <queue> using namespace std; int n 阅读全文
posted @ 2020-10-04 13:34
SweepyZhou
阅读(468)
评论(0)
推荐(0)
摘要:
八皇后 - queen 模板 题目链接 Code 1_queen.rar:https://www.90pan.com/b2125383 密码:bvsw queen 文件名 queen.cpp 分数 1 初始化代码 #include <iostream> #include <cstring> usin 阅读全文
posted @ 2020-10-04 13:29
SweepyZhou
阅读(192)
评论(0)
推荐(0)