flyflyfly00
flyflyfly00
全部文章
分类
CCF(6)
Codeforces(3)
TJU-OJ(29)
一些总结(9)
力扣LeetCode(1)
洛谷luogu(6)
题解(52)
归档
标签
去牛客网
登录
/
注册
flyflyfly00的博客
全部文章
(共106篇)
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
202012-1 期末预测之安全指数
http://118.190.20.162/view.page?gpid=T123 9分钟 100分 #include <iostream> #include <cstdio> #include <cstring> #include <string>...
2021-05-19
0
428
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
1264: 正方形
http://tjuacm.chaosheng.top/problem.php?id=1264 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> ...
2021-05-18
0
408
1255: Web Navigation
http://tjuacm.chaosheng.top/problem.php?id=1255一开始没通过是因为访问不到url时就直接把cur设成ignored了,这样会导致“ignored”被当作url压入栈,改了之后就ac了。通过的代码: #include <iostream> #i...
2021-05-18
0
507
1254: 愚人节的礼物
http://tjuacm.chaosheng.top/problem.php?id=1254 一开始直接这么写,能过样例,但是在vj上提交WA #include <iostream> #include <cstdio> #include <cstring> #i...
2021-05-18
0
556
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页