#include<iostream>
using namespace std;
int main(){
    float l;
    float w;
    cin>>l;
    cin>>w;
    cout<<l*w.2f;
}