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:这个题是不是有 MAX_INT + 1 的测试数据?

Posted by DEBUGdebug at 2009-08-07 22:07:18 on Problem 1730
In Reply To:这个题是不是有 MAX_INT + 1 的测试数据? Posted by:digiter at 2009-04-26 10:19:46
应该是有的,同样的程序,加上下面这一段,就可以过

if (n==INT_MIN)
{
   printf("31\n");
   continue;
}

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