Commit 55a312ac by BellCodeEditor

auto save

parent 1f77868a
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ b=int(b) ...@@ -5,7 +5,7 @@ b=int(b)
if a in dict: if a in dict:
if b<dict[a]: if b<dict[a]:
dict[a]=b dict[a]=b
print("已更新"") print("已更新")
else: else:
print("没变") print("没变")
else: else:
......
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