摘要: 题目地址我的代码 #include<stdlib.h> int cmp(const void *a,const void *b){ return (*(ElementType *)a>=*(ElementType *)b)?1:-1;//此处必须用>=,卡了最后一个测试点的BUG } Element 阅读全文
posted @ 2018-10-29 20:15 kingdalf 阅读(5) 评论(0) 推荐(0)