← Back to List

25370번: 카드 숫자 곱의 경우의 수 ↗

Solutions

Python 3
51 B | 51 chars
print([1,9,36,100,225,441,784,1296][int(input())])