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