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
/
15439.py
songyc macbook
dee2ba0a7d
baekjoon 20260311-12
2026-03-12 20:57:32 +09:00
1 line
40 B
Python
Raw
Permalink
Blame
History
print
(
(
lambda
x
:
x
*
(
x
-
1
)
)
(
int
(
input
(
)
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink