#include<stdio.h>
int main ()
{
    float1;
    floatb;
    scanf("%f %f",&1,&b);
    printf("%.2f",1*b);
    return 0;
}