v, t = map(str, input().split()) v = int(v[2:]) t = int(t) ans = str(v * t) print(ans[:-4])