#include int main(void) { double v, t; scanf("%lf%lf", &v, &t); printf("%d\n", (int)(v * t + 0.00001)); return 0; }