wuyijion龙2024-11-16 17:13:58发布于:浙江3阅读0回复0点赞n = int(input()) res = str(2**n) l=len(res) if l<=3: print(res) else: res = res[l-3:l] print(res) 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个