← Back to List

16488번: 피카츄가 낸 어려운 문제 ↗

Solutions

Python 3
41 B | 41 chars
a,b=map(int,input().split())
print(a*a*b)