Skip to content
Snippets Groups Projects
9.py 127 B
Newer Older
hacker717's avatar
hacker717 committed
# скорость ребёнка = 0.5 колбаса/мин
t, kid_c = int(input()), int(input())
print(int(0.5 * t * kid_c))