#include <stdio.h>
 int main(){
     float a;
     float b;
     scanf("%f" "%f" ,a,b);
     Area=a*b;
     printf("%f",Area);
 }