Problem I
Amerískur vinnustaður
Languages
en
is

You have recently begun your job as a civil engineer, or “byggingarverkfræðingur” in Icelandic.
You spend most of your day designing road systems, but since you are in the United States of America, everything is measured in football fields.
You have decided to write a program to convert the measurements from football fields to kilometers.
You may assume
Input
The first line of the input contains one integer
Output
The output should contain a single number on a single line,
the length of the road in kilometers. The answer is considered
correct if it has an absolute error less than
Scoring
Group |
Points |
Constraints |
1 |
100 |
No further constraint |
Sample Input 1 | Sample Output 1 |
---|---|
1 |
0.09144 |
Sample Input 2 | Sample Output 2 |
---|---|
3 |
0.27432 |
Sample Input 3 | Sample Output 3 |
---|---|
1337 |
122.25527999999998 |