#include<stdio.h>
float main()
{
    float length;
    float width;
    
    scanf(" %.2f\n" , length*width);
    
    return 0;
    
}