HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > CEN111 Homeworks 2013-2015 > problem:


15-FallRE-20. 50854 - Area of Triangle Revised

CEN111 Homeworks 2013-2015

Start: Jan.10.2015 at 10:00:00 AM
Finish: Jan.10.2015 at 03:00:00 PM
The contest is finished!
• Contest scoreboard

Contest problems

• 15-FallHW-4. 50823 - Secret Number
• 15-FallHW-5. 50824 - Sum of Group...
• 15-FallHW-6. 50825 - Drawing Polygon
• 15-FallPr-10. 50808 - Total Distance...
• 15-FallPr-50. 50812 - Total Discount...
• 15-FallPr-70. 50814 - Buying Books f...
• 15-FallPr-80. 50815 - Breaking the ...
• 15-FallRE-10. 50853 - Parking Place
• 15-FallRE-20. 50854 - Area of Tr...

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

Area of Triangle Revised

Question: You are given the two sides and the inner angle of n-triangles. Find and show the total area and the area of the triangle which has the smallest area.

Input specification
You will be first given a number (n) the number of triangles. Then, in the following n lines you will be given two integers: the two sides of triangle (a and b). Then in the following n lines, you will be given the angle in degrees between the two given sides where 0 ≤ n ≤ 5000, and 0 ≤ angle ≤ 180 and 0 ≤ (a,b) ≤ 500.

Output specification:
Show two floating point numbers with 2 digits precision: total area of the triangles and the area of the triangle with the smallest area.

Sample Input I
5
20 32
13 16
5 51
4 30
4 6
45
20
40
90
30
Sample Output I
409.8 6.0

Explanation: The area of the first triangle (which is also the max area) is 226.274. The area of other triangles are: 35.570, 81.955, 60.0 and 6.0. And, the total area is 409.8.



Для отправки решений необходимо выполнить вход.

www.contester.ru