Commit 47e738f4 by BellCodeEditor

save project

parent c816b9b8
Showing with 10 additions and 0 deletions
a=input("njs")
n=int(input("nblzsds"))
b=["袁",29,"公",30,"关",999999999999999,"张",98765432112345678998765432]
for i in range(len(b)):
if i%2==1 and b[i]>=n:
b.insert(i-1,a)
b.insert(i,n)
break
print(b[-6:])
\ 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