摘要:
题意:给定一个n*n的矩阵,代表解决问题i到j的难度,前提是要解决越来越难的题,问最多能解决多少题。思路:dfs找出最大值。题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2614View Code 1 #include <cstdio> 2 #include <cstring> 3 #include <cstdlib> 4 #include <cmath> 5 #include <string> 6 #include <algorithm> 7 #include <io 阅读全文
posted @ 2012-06-19 20:30
Hug_Sea
阅读(125)
评论(0)
推荐(0)
浙公网安备 33010602011771号