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