#include
using namespace std;
int main(){ float a; double b; cin>>b; printf("%.12f",b);
return 0; }
Using your HFOJ universal account