#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
cout << fixed << setprecision(2)<<a<<endl;
}