Skip to content

Commit b9c15a0

Browse files
authored
🐜 Study: ZOAC 4 (#91)
1 parent 4953290 commit b9c15a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ZOAC 4.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print((lambda H,W,N,M: ((H+N)//(N+1))*((W+M)//(M+1)))(*map(int, input().split())))

0 commit comments

Comments
 (0)