| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 50610 | eric | 202406-GESP-一级-立方数 | C++ | Compile Error | 0 MS | 0 KB | 263 | 2024-09-01 14:04:36 |
#include<side/stdc++.h>; using namespace std; int main(){ { int n,flag=0; cin>:>n; for(int i=1;i<=n;i++){ if(i*i*i==n){ flag=1; cout<<"yes"<<endl; } } if(flag==0) cout<<"no"; return 0 }