#include<bits/stdc++.h> using namespace std; int main() { cout<<fixed<<setprecision(3)<<3.14159265; return 0; }