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