fork download
  1. from math import*
  2. r = int(input())
  3. print(round(pi*(r**2),3))
  4. print(round(2*pi*r,3))
  5.  
Success #stdin #stdout 0.02s 9424KB
stdin
10
stdout
314.159
62.832