AAA, BBB = map(float, raw_input().split()) AAA *= float(BBB) BBB = str(AAA) CCC = float(BBB) print int(CCC)