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