华为od机考真题-靠谱的数字

在这里插入图片描述

while 1:
    try:
        num = int(input())

        count = 0
        i = 0
        while i <= num:
            i += 1
            i = int(str(i).replace

猜你喜欢

转载自blog.csdn.net/weixin_43428283/article/details/127158473