# x = 1角的数
# y = 5角的数
# z = 1元的数
for x in range(1,10001):
for y in range(1, 10001):
for z in range(1, 10001):
if x+y+z <= 10000:
c = True
for b in range(2,10):
if (x+y+z)%b!=1:
c = False
if c == True:
for b in range(2, 10):
if x % b != 1:
c = False
if c == True:
for b in range(2, 10):
if y % b != 1:
c = False
if c == True:
for b in range(2, 10):
if y % b != 1:
c = False
if c == True:
for b in range(2, 10):
if z % b != b - 1:
c = False
if c == True:
print(x,y,z)
运行会使电脑崩溃么?
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
悬赏问题
- ¥30 comsol仿真等离激元
- ¥15 静电纺丝煅烧后如何得到柔性纤维
- ¥15 (标签-react native|关键词-镜像源)
- ¥100 照片生成3D人脸视频
- ¥15 伪装视频时长问题修改MP4的时长问题,
- ¥15 JETSON NANO
- ¥15 VS开发qt时如何在paintgl函数中用pushbutton控制切换纹理
- ¥20 关于 openpyxl 处理excel文件地问题
- ¥15 MS中不知道高分子的构型怎么构建模型
- ¥60 QQOP数据,什么是op数据号,怎么提取op数据!能不能大量提取(语言-c语言)