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
/
a630.py
blob: 9de4ca68d3eae446d78f58bef5872a8b20f35fef (
plain
)
1
2
def
square_Sum
(
n
):
return
int
(
n
*
(
4
*
n
*
n
-
1
)
/
3
)