Commit 5a4cfe74 by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 6 additions and 0 deletions
a=input()
l=a.split(" ")
s=0
for i in l[1:]:
s+=int(i)
print(s)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment