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