Update solution for 숫자의_합 w/ id 5277563

Time: 64ms
MemUsage: 29160KB
This commit is contained in:
2024-08-29 16:24:20 +09:00
parent fa08b354de
commit 5f0f1ea5f9

View File

@@ -0,0 +1,3 @@
n = input()
str = input()
print(sum([int(i) for i in str]))