#include<stdio.>
int main(){
    
    float a,b;
    scanf("%f",&a);
    scanf("%f",&b);
    printf("%.2f,\n");
    c=a*b;
    return 0;
}