Circle area


Submit solution

Points: 5
Time limit: 5.0s
Memory limit: 12M

Authors:
Problem type
Allowed languages
C++

TASK To find area and circumference of circle

Input Format:

A single line containing the radius value

Output Format:

A two line containing the solution

Sample Input:

5

Sample Output:

Area of circle 78.5

Circumference of circle 31.4


Comments

There are no comments at the moment.