🌈 搜索
📅  最后修改于: 2022-03-11 14:45:52.835000             🧑  作者: Mango
x = int(input()) print(int(round(x ** (1. / 3))) ** 3 == x)