#include int main(void) { double v; int t, d; scanf("%lf %d", &v, &t); d = v * t; printf("%d", d); }