#include <stdio.h>

printf("%.4lf",value);

#include <iomanip>

cout.setf(ios::showpoint);

cout<<fixed<<setprecision(4)<<s<<endl;