Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Language: Penguin Bashing
Description In a well-known online game you play a yeti whose goal it is to hit a cute and cuddly penguin in such a way that it flies as far as possible. The game is set in sunny Antarctica, where the ground is littered with obstacles left by human and robotic expeditions. The most dangerous obstacles are sharp, pointy, metal objects, known as spikes. These spikes are most definitely not safe for penguins and children under three years of age.
Besides the occasional expedition, there have also been many wars in Antarctica. The result is that besides spikes, penguins (and yetis), one is also likely to encounter mines on the Antarctic surface. While they are not good for the health of a penguin, the explosions do improve the distance he will travel. The best way to get a high score in this game is by guring out the optimal strategy in advance. To be able to do this you need to know the following facts:
Input On the first line of the input is a positive integer, the number of test cases. Then for each test case:
A line with a single integer n < 105, the number of obstacles. n lines, each containing: - A single floating point number xi, the position of the obstacle in meters from the start. - A string describing the obstacle, either "mine" or "spike". Output For each test case:
One line containing two integers, the highest possible score, and the angle in degrees at which the yeti needs to hit the penguin to achieve that score. In case of a tie output the lowest angle. Sample Input 3 0 1 64.7 spike 2 63.9 mine 64.7 spike Sample Output 6829 44 6466 34 7022 39 Source |
[Submit] [Go Back] [Status] [Discuss]
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator