随笔分类 -  基础-二分三分

摘要:1 /*LA5009: 2 定义 fi(x)=a[i]*x^2+b[i]*x+c[i](a[i]>=0),F(x)=max(fi(x)),012 #include13 #include14 #include15 #include16 #include17 #include18 #include19... 阅读全文
posted @ 2014-02-26 21:29 little_w 阅读(161) 评论(0) 推荐(0)
摘要:1 /*UVA10341: 2 给定f(x)=p*e^(-x) + q*sin(x) + r*cos(x)+ s*tan(x) + t*x^2 + u = 0 这个方程的解 3 r,p>=0,q,s,t26 #include27 #include28 #include29 #include30 #... 阅读全文
posted @ 2014-02-26 21:28 little_w 阅读(220) 评论(0) 推荐(0)
摘要:【LA3635】http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=456&page=show_problem&problem=3249【题目描述】:你和你的F个小伙伴,排排左,分n个半径不同的圆... 阅读全文
posted @ 2014-01-12 14:44 little_w 阅读(499) 评论(0) 推荐(0)