This website requires JavaScript.
Explore
Help
Register
Sign In
liutianshuo
/
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-2-5.py
8 lines
92 B
Python
Raw
Permalink
Blame
History
num
=
int
(
input
(
)
)
anser
=
0
for
i
in
range
(
1
,
num
+
1
)
:
anser
+
=
i
*
num
num
-
=
1
print
(
anser
)
Reference in New Issue
View Git Blame
Copy Permalink