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