← Back to List

30596번: Axis-Aligned Area ↗

Solutions

Python 3
55 B | 55 chars
l = [int(input()) for i in range(4)]
print(l[0] * l[2])