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