優雅的點(2017網易校招)--python版本

題目分析見我的c++版本:https://blog.csdn.net/newandbetter/article/details/80341512 import math z = float(input()) r = math.sqrt(z) count = 0 if(r == int(r)):     count = count + 4 for x in range(1,math.ceil(r))
相關文章
相關標籤/搜索