12578 - 10:6:2


Difficulty : easy

Solution Description :
Geometry problem

Length(L):Height(H):Radius(R) Ratio 10:5:2

Find Height and Radius using ratio.

Find area of rectangle using L and H  and area of circle using R.

Print (area of rectangle - area of circle) and area of circle

Use PI = acos(-1.0)