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 zhangwei1987 at 2009-08-12 17:26:38 on Problem 1328
3 3
1 2
-3 2
2 4

3 -3
1 2
-3 2
2 1

0 0


Case 1: -1
Case 2: -1

注意: 用qsort时 要这么用
int cmp(const void *a, const void *b)
{
	return (*(range *)a).x > (*(range *)b).x ? 1 : -1;
}

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