Commit 6a5a52e9 by BellCodeEditor

save project

parent 0a67f846
Showing with 6 additions and 2 deletions
......@@ -2,4 +2,8 @@ with open (r"C:\Users\123\Desktop\新建文件夹""r"encoding="utf-8")as jj:
i=jj.readlines()
for i in i:
data=i.split()
print(data[0])
\ No newline at end of file
sum=0
for b in data[i:]:
sum+=int(b)
zy=
print(zy)
\ No newline at end of file
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