#include #include using namespace atcoder; using mint = modint1000000007; using namespace std; #define rep(i,n) for(int i=0;i>N; bool f=false; for(int64_t i=1;i*i*i<=N;i++){ if(i*i*i==N)f=true; } YN(f); }