#include<iosteream> #include<iomanip> using namespace std; int main(){ double e; cin>>e; cout<<fixed<<setprecision(12) <<e<<endl; }