#include <bits/stdc++.h> using namespace std; double x; int main() { cin >> x; printf("%.3lf",x); return 0; }