index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
a650.py
blob: 4516aadaefa8cd4ddf1ff78f3b506c51f38b8b7d (
plain
)
1
2
def square_Sum(n): return int(2*n*(n+1)*(2*n+1)/3)