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