随笔分类 -  二分三分

摘要:猜数字Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 169 Accepted Submission(s): 139Problem DescriptionA有1数m,B来猜.B每猜一次,A就说"太大","太小"或"对了" 。 问B猜n次可以猜到的最大数。Input第1行是整数T,表示有T组数据,下面有T行 每行一个整数n (1 ≤ n ≤ 30)Output猜n次可以猜到的最大数Sa 阅读全文
posted @ 2012-08-31 22:19 YogyKwan 阅读(147) 评论(0) 推荐(1)
摘要:Dome of CircusTime Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 283 Accepted Submission(s): 139Problem DescriptionA travelling circus faces a tough challenge in designing the dome for its performances. The circus has a number of shows that happen . 阅读全文
posted @ 2012-08-31 22:10 YogyKwan 阅读(267) 评论(0) 推荐(1)
摘要:Turn the cornerTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 336 Accepted Submission(s): 141Problem Description Mr. West bought a new car! So he is travelling around the city.One day he comes to a vertical corner. The street he is currently in . 阅读全文
posted @ 2012-08-31 21:50 YogyKwan 阅读(271) 评论(0) 推荐(1)
摘要:Strange fuctionTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 269 Accepted Submission(s): 233Problem 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 a 阅读全文
posted @ 2012-08-31 21:28 YogyKwan 阅读(211) 评论(0) 推荐(1)
摘要:Can you solve this equation?Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 412 Accepted Submission(s): 237Problem 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 . 阅读全文
posted @ 2012-08-31 21:05 YogyKwan 阅读(921) 评论(0) 推荐(1)