Files
2020-03-18 21:39:35 +03:00

3 lines
31 B
Python

a = int(input())
print(a**2+a)