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