← Back to List

20833번: Kuber ↗

Solutions

Python 3
47 B | 47 chars
print((lambda n:(n*(n+1))**2//4)(int(input())))