摘要: 二分的情况不同所输出的模板也不同列如下面两个题目 The Frog's Games 代码如下 //二分专练 #include <stdio.h> //lower_bound大于等于它的第一个数 #include <iostream> //upper_bound大于 它的第一个数 #include < 阅读全文
posted @ 2019-11-10 14:34 岸上水下 阅读(108) 评论(1) 推荐(0)