#include <iostream> #include <cmath> using namespace std; int main(){ printf("%.10llf",M_PI); return 0; }