#include <iostream> #include <vector> #include <string.h> #include<stdio.h> using namespace std; int main(){ float x; cin >> x; printf("%.2f", x); }