#include using namespace std; int main(){ double n; cin>>n; n*=108; n/=100; printf("%.2f",n); return 0; }