#include #include using namespace std;
int main() { float x; cin >> x; cout << fixed << setprecision(3) << x; }