发表评论取消回复
相关阅读
相关 POJ 3356 AGTC (最长公共子序列)
Let x and y be two strings over some finite alphabet A. We would like to transform x int
相关 poj 1064 java_poj1064
Cable master Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 15127 Accept
相关 【POJ】:POJ 3984
题目链接:[http://poj.org/problem?id=3984][http_poj.org_problem_id_3984] 题目解析:这题算是搜索里面的简单题了吧
相关 pku 3356 AGTC
\include <iostream> \include <string> using namespace std; int v\[1001\]\[1001\]; int ma
相关 POJ——3356 ACGT
题意: 给定原字符串和目标字符串,有三种操作方法,转变、添加、删除字符;求得到目标字符串的最小操作数。 如题目中的示例最小操作数为4,不过这一题在poj上的测试数据比较水,
相关 POJ Tautology
Tautology <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS</t
相关 POJ 3356 AGTC(dp之公共最长子序列)
Let x and y be two strings over some finite alphabet A. We would like to transform xinto
相关 poj1321+poj2251
poj1321代码实现(dfs): include <iostream> include <string.h> using namespace std
相关 poj1007
1.链接地址 [https://vjudge.net/problem/POJ-1007][https_vjudge.net_problem_POJ-1007] 2.问题描述
相关 poj 1009
参考自大神思路:[POJ 1009][] 首先,暴力必挂,这是题目的善意提醒。 于是,一直在想不暴力的各种判断计算方法,关于各种跳跃移动,后来都无奈想用STL。原谅我的
还没有评论,来说两句吧...