#include<stdio.h>
int main()
float a,b,c,d;
scanf("%f%f",&a,&b);
c=a*b
printf("%f km/h",&c);