백준문제/브론즈 4
백준) 14924번 - python
kiseno
2024. 4. 21. 02:42
728x90
반응형
SMALL
S,T,D = map(int, input().split())
print(int(D / (S * 2) * T))
728x90
반응형
LIST