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