
POJ题解
文章平均质量分 78
Emiya丶
哈尔滨理工大学16级学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj 1995 Raising Modulo Numbers 【快速幂】
Raising Modulo NumbersTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 7819 Accepted: 4749DescriptionPeople are different. Some secretly read magazines full of interesting girls' pictures, ot...原创 2017-04-27 14:30:01 · 349 阅读 · 0 评论 -
POJ 3984 迷宫问题 【bfs】【路径打印】
迷宫问题Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 34443 Accepted: 19597 Description定义一个二维数组:int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0...原创 2018-09-18 23:07:57 · 296 阅读 · 0 评论 -
POJ 3414 Pots 【bfs】【路径打印】
PotsTime Limit: 1000MS Memory Limit: 65536K Total Submissions: 22868 Accepted: 9707 Special Judge DescriptionYou are given two pots, having the volume of A and B liters...原创 2018-09-18 21:40:17 · 174 阅读 · 0 评论 -
poj 3126 Prime Path【bfs】【素数线性筛】
Prime PathTime Limit: 1000MS Memory Limit: 65536K Total Submissions: 28338 Accepted: 15457 DescriptionThe ministers of the cabinet were quite upset by the message from the Chie...原创 2018-09-18 19:18:48 · 271 阅读 · 0 评论 -
POJ 1426 Find The Multiple 【简单搜索】【dfs】
Find The MultipleTime Limit: 1000MS Memory Limit: 10000K Total Submissions: 42382 Accepted: 17805 Special Judge DescriptionGiven a positive integer n, write a program t...原创 2018-09-17 21:15:55 · 181 阅读 · 0 评论 -
POJ 3279 Fliptile 【棋盘翻转问题】【状态压缩】
FliptileTime Limit: 2000MS Memory Limit: 65536K Total Submissions: 16922 Accepted: 6194 DescriptionFarmer John knows that an intellectually satisfied cow is a happy cow who wil...原创 2018-09-17 20:50:06 · 1005 阅读 · 0 评论 -
POJ 3278 Catch That Cow 【bfs入门】
Catch That CowTime Limit: 2000MS Memory Limit: 65536K Total Submissions: 120633 Accepted: 37641 DescriptionFarmer John has been informed of the location of a fugitive cow and w...原创 2018-09-17 20:03:56 · 146 阅读 · 0 评论 -
POJ 2251 Dungeon Master 【三维地图bfs】
Dungeon MasterTime Limit: 1000MS Memory Limit: 65536K Total Submissions: 49051 Accepted: 18523 DescriptionYou are trapped in a 3D dungeon and need to find the quickest way out!...原创 2018-09-17 19:56:30 · 176 阅读 · 0 评论 -
POJ 1312 棋盘问题 【简单搜索】【dfs】
棋盘问题Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 67504 Accepted: 32151 Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋...原创 2018-09-17 19:49:29 · 279 阅读 · 0 评论 -
POJ 3186 Treats for the Cows 【区间DP】
Treats for the CowsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 7379 Accepted: 3911DescriptionFJ has purchased N (1 <= N <= 2000) yummy treats for the cows who get money for giving ...原创 2018-05-22 20:49:29 · 159 阅读 · 0 评论 -
POJ 3468 A Simple Problem with Integers【线段树】【延时标记】
题目传送门:点击打开链接A Simple Problem with IntegersTime Limit: 5000MS Memory Limit: 131072KTotal Submissions: 129782 Accepted: 40297Case Time Limit: 2000MSDescriptionYou have N integers, A1, A2, ... , AN. You ...原创 2018-05-04 13:01:43 · 116 阅读 · 0 评论 -
POJ 2243 Knight Moves 【A*算法入门】
Knight MovesTime Limit: 1000MS Memory Limit: 65536K Total Submissions: 15633 Accepted: 8706 DescriptionA friend of you is doing research on the Traveling Knight Problem (TKP) w...原创 2018-09-21 18:09:09 · 379 阅读 · 0 评论