#include <iostream> using namespace std; int main() { int a; const double pi=3.14; cin>>a; cout<<a*a*pi<<endl; return 0; }