Commit d4432962 by BellCodeEditor

auto save

parent 9c77d41f
Showing with 1 additions and 1 deletions
......@@ -5,6 +5,6 @@ for i in a:
sum = 0
data=i.split()
for x in data[1:]:
sum =sum + x
sum =sum + int(x)
print(sum)
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