본문 바로가기
python-algorithm

[백준] 13136

by 무적김두칠 2021. 3. 4.

1
2
3
import math
a,b,c=map(int,input().split())
print( math. ceil(a/c)* math.ceil(b/c))
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 13597  (0) 2021.03.05
[백준] 13311  (0) 2021.03.04
[백준] 11549  (0) 2021.03.04
[백준] 11282  (0) 2021.03.04
[백준] 9524  (0) 2021.03.04

댓글