Commit b2d2ab48 by BellCodeEditor

save project

parent 83b73772
Showing with 16 additions and 0 deletions
while True:
s={'美':40,'明':40}
a=input('?')
b=input('?')
c=int(b)
if a in s:
if s[a]>c:
print('?')
else:
s[a]=c
print('OK')
else:
s[a]=c
print('?')
print(s)
\ 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