#include<bits/stdc++.h> using namespace std; int main() { double f; cin>>f; cout<<fixed<<setprecision(3)<<f; }
Using your lizikid universal account