发表评论取消回复
相关阅读
相关 pku 3176 水
\include <iostream> \include <cstdio> \include <cstring> using namespace std; int map\[3
相关 pku 3356 AGTC
\include <iostream> \include <string> using namespace std; int v\[1001\]\[1001\]; int ma
相关 pku 2385 Apple Catching
\include <iostream> using namespace std; int v\[1001\]\[31\]; int main() \{ int T, W; sc
相关 pku 1088 滑雪
\include <iostream> using namespace std; int map\[100\]\[100\]; int v\[100\]\[100\]; int
相关 pku 1101 bfs
/\ //很很很经典的bfs, 这也是我第一次正式用bfs来刷题, 感受颇深: //one.cpp是用bfs来解决从一个点到另一个点的最短路程长度的方法(写的有点冗杂) 注意的
相关 pku 1146 dfs
\include <iostream> using namespace std; \define MAX 52 int map\[MAX\]\[MAX\]; bool visi
相关 poj2385 很好的动态规划
以前做的 / poj2385 dp[i][j]表示第i分钟移动j次最多苹果数 注意初始化不移动时候 呆在第一棵树下能吃到的苹果数
相关 pku 3176
\include<stdio.h> int str\[351\]\[351\]; int main() \{ int n,i,j; // freopen("
相关 Apple Catching POJ - 2385 (DP)
It is a little known fact that cows love apples. Farmer John has two apple trees (which
相关 O - Apple Catching(dp)
题目描述: It is a little known fact that cows love apples. Farmer John has two apple tree
还没有评论,来说两句吧...