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