Update solution for 숫자의_합 w/ id 5277563
Time: 64ms MemUsage: 29160KB
This commit is contained in:
3
baekjoon/숫자의_합/solution_5277563.py
Normal file
3
baekjoon/숫자의_합/solution_5277563.py
Normal file
@@ -0,0 +1,3 @@
|
||||
n = input()
|
||||
str = input()
|
||||
print(sum([int(i) for i in str]))
|
||||
Reference in New Issue
Block a user