py

输入

x = float(input())
PI = 3.14159
#计算
out1 = 2xPI
out2 = PIxx
#输出
print("%0.f"%(6,out1))
print("%0.
f"%(6,out2))