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