We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4953290 commit b9c15a0Copy full SHA for b9c15a0
1 file changed
ZOAC 4.py
@@ -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