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