2026-02-14 19:09:55 +09:00

1 line
76 B
Python

print((lambda x : (x[2] // (2*x[0]))*x[1])(list(map(int, input().split()))))