Piece of Cake!
This commit is contained in:
4
pieceofcake2.py
Normal file
4
pieceofcake2.py
Normal file
@@ -0,0 +1,4 @@
|
||||
n, h, v = map(int, input().split())
|
||||
x = max(h, n - h)
|
||||
y = max(v, n - v)
|
||||
print(x * y * 4)
|
||||
Reference in New Issue
Block a user