#include<stdio.h>
int main(){
float l,w;
scanf("%f",&c);
scanf("%f",&w);
printf("%2f",(l*w));
return 0
}