🌈 搜索
📅  最后修改于: 2022-03-11 14:45:54.680000             🧑  作者: Mango
s = input() s = int(s[:-3]) * 60 + int(s[-2:]) print(s)