fireear
fireear
全部文章
ACM 培训
dp动态规划(2)
oj(14)
一些小技巧(1)
面经(2)
题解(1)
归档
标签
去牛客网
登录
/
注册
Fire的摸鱼冰窖
全部文章
/ ACM 培训
(共23篇)
迷宫问题bsf ACM第三次培训
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2021-03-23
0
540
bsf 迷宫三维
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2021-03-23
0
539
bsf find a way
Submit Status Description Input Output Sample Input Sample Output ...
2021-03-23
0
654
bfs 胜利大逃亡
Description Ignatius被魔王抓走了,有一天魔王出差去了,这可是Ignatius逃亡的好机会. 魔王住在一个城堡里,城堡是一个A*B*C的立方体,可以被表示成A个B*C的矩阵,刚开始Ignatius被关在(0,0,0)的位置,离开城堡的门在(...
2021-03-23
0
400
优先bsf rescue
Submit Status Description Input Output Sample Input Sample Output ...
2021-03-23
0
470
bfs 走马 棋盘
写了半天发现没看题 走的是马才对QAQ D - Knight Moves Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit ...
2021-03-23
0
563
dfs Red and Black
Submit Status Description Input Output Sample Input Sample Output ...
2021-03-23
0
501
dfs 棋盘问题
Description 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方案C。 Input ...
2021-03-23
0
689
dfs 变形课
呃......变形课上Harry碰到了一点小麻烦,因为他并不像Hermione那样能够记住所有的咒语而随意的将一个棒球变成刺猬什么的,但是他发现了变形咒语的一个统一规律:如果咒语是以a开头b结尾的一个单词,那么它的作用就恰好是使A物体变成B物体. Harry已经将他所会的所有咒语都列成了一个表,...
2021-03-23
0
459
dfs n皇后问题
#include<stdio.h> #include<string.h> #include<math.h> #include<stdlib.h> #include<algorithm> #include<iostream> #i...
2021-03-23
0
487
首页
上一页
1
2
3
下一页
末页