← Back to List

34443번: Hack-a-Holics ↗

Solutions

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