#inclde<stdio.h>scanf()
int main(){
    float 1,W;
    scanf("%f",&1);
    scanf("%f",&W);
    printf("%.2f",(1*W));
    return 0;
}