摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3714懂了三分思想和F(x)函数的单调性质,这题也就是水题了#include "stdio.h" //最后得到的F(x)函数要么是单调的,要么是先减后增的,有了这个性质,就可以三分了~#include ... 阅读全文
posted @ 2014-05-07 18:19 ruo_yu 阅读(164) 评论(0) 推荐(0)