← Back to List

24264번: 알고리즘 수업 - 알고리즘의 수행 시간 3 ↗

Solutions

Python 3
33 B | 33 chars
n=int(input())
print(f"{n*n}\n2")