Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

大家看看这么写对不?

Posted by xiaolanhai at 2006-12-07 22:55:51 on Problem 1737
用m[i][j]表示总共i个顶点,最大连通子图顶点数不大与j的个数;
则m[i][j]  等于最大连通子图顶点数不大于j-1的个数(即m[i][j-1]) + 最大连通子图顶点数为j的个数;

其中总共i个顶点,最大连通子图顶点数为j的图的个数等于  含有1个顶点数为j的连通子图个数+含有2个顶点数为j的连通子图个数+.....+.......

这么写有问题不?
还是精度不够?

我这么写就
wa了 

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator