Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:少贡献几个WA 贴一个排序规则In Reply To:少贡献几个WA 贴一个排序规则 Posted by:huicpc11 at 2005-10-31 18:51:43 int inline cmp(const struct Inst &a, const struct Inst &b) { return (a.time>b.time)||((a.time==b.time)&&(a.ID>b.ID)); } Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator