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

崩溃了,总数RE啊

Posted by icetang at 2013-02-19 16:57:22 on Problem 1182
if (d == 1 && xType == yType) {
  return true;
}
			
if (d == 2) {
  if (xType == yType - 1 || xType == yType + 2)
    return true;
}
return false;

我一加上下面的那个if就RE,疯了,本机数据测试都通过了。。。。

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