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