Commit 980a7671 by BellCodeEditor

auto save

parent 7c22ae62
count = 0
n = int(input("请输入金额:"))
for i in range(0,n//10+1): #10元
for j in range(0,n//20+1): #20元
for k in range(0,n//50+1): #20元
if i*20 + k*20+ k*50 ==n: #50元
print(i,j,k)
count += 1
print(count)
for i in range(1,10):
for j in range(1,i+1):
print(i,"*",j,"=",i*j,end=" ")
print()
\ No newline at end of file
n=100
t=0
c=int(input"输入一个正数:")
n*=c
......@@ -11,3 +11,16 @@
刘阳:226
王胜男:123
王娇:131
悟空:348
诺依:380
小贝:182
李丽:201
宋扬:107
王明:245
李强:164
孙小白:222
苏琪:137
刘若若:147
刘阳:226
王胜男:123
王娇:131
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