#!/usr/bin/env python3 eps = 1e-6 v, t = map(float,input().split()) print(int(v * t + eps))