练习专区

今天的一小步就是明天的一大步
Problem 1033 圆的周长
Accepted: 11   Total Submit: 44
Time Limit: 1000ms   Memory Limit: 30720KB
Description
给你圆的半径,请你求出圆的周长。
Input
有若干行,每行一个数代表圆的半径。取pi=3.1415926.
Output
每行对应输出圆的周长,结果保留2位小数。
Sample Input
6
4.5
78
1
Sample Output
37.70
28.27
490.09
6.28
Hint
提交     返回