Commit 6b1d3de1 by BellCodeEditor

auto save

parent 9de40ff4
Showing with 13 additions and 0 deletions
a=input("正整数")
b=input("正整数")
print(int(a)+int(b))
print(int(a)-int(b))
\ No newline at end of file
a=input("五个整数").split(" ")
b=0
for i in a:
b+=int(i)
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