摘要: 该题和875题爱吃香蕉的珂珂是同类题目,采用二分查找方式 特点:有序,找右边界 int cmp(const void *a, const void *b) { return *(int *)a - *(int *)b; } int canputballbyspace(int *position, i 阅读全文
posted @ 2021-01-16 16:38 cn风 阅读(48) 评论(0) 推荐(0)