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 frkstyc at 2005-07-08 17:10:52 on Problem 2408
In Reply To:Re:sigh~~~~,strcmp返回第一个不同字符相减的值,不一定是+-1的 Posted by:Ikki at 2005-07-08 17:08:39
int comp2(const WORD *lhs, const WORD *rhs)
{
	int c = strcmp(lhs->sorted, rhs->sorted);
	if(c != 0)
	{
		return c;
	}
	else
	{
		return strcmp(lhs->orig, rhs->orig);
	}
}

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