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:求教高手 cmp函数

Posted by huaining at 2012-07-01 17:22:22 on Problem 2031
In Reply To:求教高手 cmp函数 Posted by:jyl890329 at 2012-04-05 09:03:22
> int cmp(const void *a, const void *b)
> {
>     return (*(edge *)a).len > (*(edge *)b).len; 
> }
> 
> int cmp(const void *a, const void *b)
> {
>     return (*(edge *)a).len > (*(edge *)b).len ? 1 : -1;
> }
> 
> 这两种有区别吗,为什么我第一种是WA,第二种是AC呢?其它部分都一样啊。

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