#include <bits/stdc++.h> using namespace std; signed main() { double n; scanf("%llf", &n); cout << n << endl; return 0; }