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