Commit a93de5cd by BellCodeEditor

save project

parent 6503be36
Showing with 7 additions and 1 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
for a in range(0,10):
for b in range(0,10):
for c in range(0,10):
for d in range(0,10):
if (80000+a*1000+b*100+c*10+d)+(a*10000+b*1000+c*100+d*10+6)==121410
print(a,b,c,d)
\ 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