r=float(input(请输入圆的半径))
a=3.14
S=a*r*r
print(面积为,s)