index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
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
)