摘要: 题目描述 Now, here is a fuction: F(x) = 6 * x^7+8x^6+7x^3+5x^2-yx (0 #include#include#includeusing namespace std;double f_d(double res){ return res*res*res*res *res*res*42 + res*res*res*res*res*48 +... 阅读全文
posted @ 2016-04-18 20:21 Pic 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Now,given the equation 8x^4 + 7x^3 + 2x^2 + 3x + 6 == Y,can you find its solution between 0 and 100;Now please try your lucky. Input The first line of the input contains an integer T(1#include... 阅读全文
posted @ 2016-04-18 20:11 Pic 阅读(137) 评论(0) 推荐(0) 编辑