题解 | #尼科彻斯定理#

尼科彻斯定理

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("+"))

全部评论

相关推荐

每晚夜里独自颤抖:要求太多的没必要理
点赞 评论 收藏
分享
湫湫湫不会java:1.在校经历全删了2.。这些荣誉其实也没啥用只能说,要的是好的开发者不是好好学生3.项目五六点就行了,一个亮点一俩行,xxx技术解决,xxx问题带来xxx提升。第一页学历不行,然后啥有价值的信息也没有,到第二页看到项目了,第一个项目九点,第二个项目像凑数的俩点。总体给人又臭又长,一起加油吧兄弟
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务