This website requires JavaScript.
Explore
Help
Register
Sign In
songyc
/
mycode
Watch
0
Star
0
Fork
0
You've already forked mycode
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mycode
/
code_study
/
Baekjoon
/
python
/
8393.py
songyc debian
16a55112a8
20250516 baekjoon
2025-05-16 18:45:20 +09:00
2 lines
34 B
Python
Raw
Blame
History
n
=
int
(
input
(
)
)
print
(
n
*
(
n
+
1
)
/
/
2
)
Reference in New Issue
View Git Blame
Copy Permalink