#include<stdio.h>
int main()
{
    float a,b;
    scanf("%c",&a);
     c=a*b;
    
   
    printf("%f",c);
    return 0;
}