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

居然是初始化错误,另外多case也是很恶心的

Posted by hopeztm at 2011-11-01 18:41:59 on Problem 3356
for( i = 1; i < la + 1; i++)
{
	DP[0][i] = i;
}
for( i = 1; i < lb + 1; i++)
{
	DP[i][0] = i; 
}
居然前后0 i 写反了

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