← Back to List

34297번: Parking Pandemonium ↗

Solutions

Python 3
48 B | 48 chars
a=int(input())
input()
c=int(input())
print(a*c)