#include<bits/stdc++.h>
using namespace std; double a; int main() { cin>>a; printf("%.3lf",a); return 0; }