flyflyfly00
flyflyfly00
全部文章
TJU-OJ
CCF(6)
Codeforces(3)
一些总结(9)
力扣LeetCode(1)
洛谷luogu(6)
题解(52)
归档
标签
去牛客网
登录
/
注册
flyflyfly00的博客
全部文章
/ TJU-OJ
(共29篇)
1285: 奇怪的电梯
http://tjuacm.chaosheng.top/problem.php?id=1285https://www.luogu.com.cn/problem/P1135 #include <iostream> #include <cstdio> #include <c...
2021-05-20
0
494
1284: 01迷宫
http://tjuacm.chaosheng.top/problem.php?id=1284https://www.luogu.com.cn/problem/P1141下面这个是按tju的数据范围,AC。这里用的还是bfs,但是dfs也可,因为是求最大能到达的数量。 #include <io...
2021-05-20
0
585
1283: 求细胞数量
http://tjuacm.chaosheng.top/problem.php?id=1283https://www.luogu.com.cn/problem/P1451 思路参考 https://www.luogu.com.cn/blog/user20651/solution-p1451 #inc...
2021-05-19
0
456
1282: 马的遍历
http://tjuacm.chaosheng.top/problem.php?id=1282https://www.luogu.com.cn/problem/P1443 这个题一开始没看懂,因为它没说马可以怎么走,然后按照正常的应该每个都能到,所以和答案不一样。就去搜了一下这个题。https://...
2021-05-19
0
752
1270: Find a way
http://tjuacm.chaosheng.top/problem.php?id=1270http://acm.hdu.edu.cn/showproblem.php?pid=2612第一反应,对于每个KFC,分别求F和M要花的时间,加起来,每次记录最小的。能通过样例,但WA。然后看了别的的思路,...
2021-05-19
0
526
1269: Catch That Cow
http://tjuacm.chaosheng.top/problem.php?id=1269 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> ...
2021-05-19
0
499
1268: 迷宫问题
http://tjuacm.chaosheng.top/problem.php?id=1268原来我的写法,能过样例,但WA #include <iostream> #include <cstdio> #include <cstring> #include <...
2021-05-19
0
481
1267: 非常可乐
http://tjuacm.chaosheng.top/problem.php?id=1267参考 https://blog.csdn.net/tigerisland45/article/details/52207660 用到的是BFS+模拟对于很多求最快,最短,最少的问题,都可以用bfs来做之前几...
2021-05-19
0
598
1266: 棋盘问题
http://tjuacm.chaosheng.top/problem.php?id=1266 方法一:参考 https://lunatic.blog.csdn.net/article/details/98874654 AC但是不理解为什么for循环后面还要dfs #include <ios...
2021-05-18
0
523
1265: prime circle
http://tjuacm.chaosheng.top/problem.php?id=1265https://vjudge.net/problem/HDU-1016 #include <iostream> #include <cstdio> #include <cstr...
2021-05-18
0
417
首页
上一页
1
2
3
下一页
末页