#include <iostream>
using namespace std;
int main()
{
double f;
cin>>f;
printf("%.3f",f);
return 0;
}
最近有事,好久没更新了。