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
/
a732.py
blob: e3f1ec07444b9df3fb2680c0bafef115ea97e02d (
plain
)
1
2
3
def
lateralsurface_cuboid
(
l
,
w
,
h
):
LSA
=
2
*
h
*
(
l
+
w
)
return
LSA