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 csujk at 2008-05-28 12:55:40 on Problem 1164
我去掉了判断函数
bool expand(int c,int d)
{ if(c>=1 && c<=m && d>=1 && d<=n) return true;
  else return false;
}
也过了,说明没有边界开墙的情况

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