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
/
10757.py
songyc macbook
fc86127050
baekjoon 20260104
2026-01-04 20:41:26 +09:00
1 line
37 B
Python
Raw
Blame
History
print
(
sum
(
map
(
int
,
input
(
)
.
split
(
)
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink