338 - Circumference Again
Circumference Again
Time Limit: 1 sec
The Problem
Circumference of a Circle, C is given. What will be the Radius of the Circle?
Note : The Circumference of a Circle is 2 * pi * radius [pi = 3.1416]
The Input
The input file contains a series of line. Each line contains a floating number Circumference C (C <= 1000). Input is terminated by EOF.
The Output
The output will show the Radius of the Circle rounded to 2 decimal points in a separate line.
Sample Input
12.57
31.42
Sample Output
2.00
5.00
Problem Setter: Samia Safa Ahmed