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
/
a707.py
blob: e78244da13194e4549f9a5030e0d5bb66a775997 (
plain
)
1
2
def count_Odd_Squares(n,m): return int(m**0.5) - int((n-1)**0.5)