#include <bits/stdc++.h>
using namespace std;
int main()
{
    int r,n;
    scanf("%d",&r);
    n=r*r*3.14;
    printf("%d",n);
}