h, b, c, s = input().split()
h = int(h)
b = int(b)
c = int(c)
s = int(s)
print("%0.1f" %((h*b*c*s)/8/(1024**2)), end=" MB")
'Python > CodeUp' 카테고리의 다른 글
1087 - 여기까지! 이제 그만~ (0) | 2021.02.19 |
---|---|
1086 - 그림 파일 저장용량 계산하기 (0) | 2021.02.19 |
1084 - 빛 섞어 색 만들기 (0) | 2021.02.19 |
1083 - 3 6 9 게임의 왕이 되자! (0) | 2021.02.19 |
1082 - 16진수 구구단? (0) | 2021.02.19 |
댓글