include

using namespace std;
int main()
{
double pi=3.14159,a;
cin>>a;
cout<<2pia<<endl;
cout<<piaa;
}