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