Open Leeee1111 opened 1 month ago
import math a,b=input().split() a=float(a) b=float(b) print(f"{math.pi*a*a*b:.3f}")