摘要: Problem DescriptionNow, here is a fuction:F(x) = 6 * x^7+8*x^6+7*x^3+5*x^2-y*x (0 <= x <=100)Can you find the minimum value when x is between 0 and 100. InputThe first line of the input contains an integer T(1<=T<=100) which means the number of test cases. Then T lines follow, each line 阅读全文
posted @ 2012-12-02 22:32 forevermemory 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Problem DescriptionNow,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can you find its solution between 0 and 100;Now please try your lucky. InputThe first line of the input contains an integer T(1<=T<=100) which means the number of test cases. Then T lines follow, each line has a rea 阅读全文
posted @ 2012-12-02 00:36 forevermemory 阅读(127) 评论(0) 推荐(0) 编辑