This website requires JavaScript.
Explore
Help
Register
Sign In
RyanMZ
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
python
/
2024-6-16-1.py
7 lines
78 B
Python
Raw
Permalink
Blame
History
w
=
int
(
input
(
)
)
s
=
int
(
input
(
)
)
a
=
0
for
i
in
range
(
w
,
s
+
1
)
:
a
=
a
+
i
*
i
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink