#include<iostream> using namespace std; int main() { double n1; cin>>n1; printf("%.12f",n1); return 0; }