import math n = 2 k = 31 ans = 50 * n + math.floor((50 * n) / (0.8 + (0.2 * k))) print(ans)