题解 | #尼科彻斯定理#

尼科彻斯定理

https://www.nowcoder.com/practice/dbace3a5b3c4480e86ee3277f3fe1e85

#用笔硬算的 求点赞 the9是第九城市的意思 为了纪念暴雪
import sys

data=sys.stdin.readlines()
m=int(data[0])
result=m*m*m
base=int(result/m)
jianshu=int(m/2)
jishulist=[i for i in range(1,100,2)]
oushulist=[i for i in range(2,100,2)]

last=[]
if jianshu%2==1:
    if base%2==0:

        for i in range(jianshu):
            last.append(base+jishulist[i])
            last.append(base-jishulist[i])

        the9=""
        for item in sorted(last):
            the9=the9+str(item)+"+"

        print(the9.strip("+"))
    if base%2==1:
        last.append(base)

        for i in range(jianshu):
            last.append(base+oushulist[i])
            last.append(base-oushulist[i])

        the9=""
        for item in sorted(last):
            the9=the9+str(item)+"+"

        print(the9.strip("+"))



if jianshu%2==0:
    if base%2==1:
        last.append(base)

    if base%2==0:

        for i in range(jianshu):
            last.append(base+jishulist[i])
            last.append(base-jishulist[i])

        the9=""
        for item in sorted(last):
            the9=the9+str(item)+"+"

        print(the9.strip("+"))
    if base%2==1:

        for i in range(jianshu):
            last.append(base+oushulist[i])
            last.append(base-oushulist[i])

        the9=""
        for item in sorted(last):
            the9=the9+str(item)+"+"

        print(the9.strip("+"))

全部评论

相关推荐

小红书 后端选手 n*16*1.18+签字费期权
点赞 评论 收藏
分享
10-28 11:04
已编辑
美团_后端实习生(实习员工)
一个2人:我说几个点吧,你的实习经历写的让人觉得毫无含金量,你没有挖掘你需求里的 亮点, 让人觉得你不仅打杂还摆烂。然后你的简历太长了🤣你这个实习经历看完,估计没几个人愿意接着看下去, sdk, 索引这种东西单拎出来说太顶真了兄弟,好好优化下简历吧
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务