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