Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (pow(i,3)==n)
   ^~
/in/foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    cout<<"Yes";
    ^~~~
/in/foo.cc:12:3: error: 'else' without a previous 'if'
   else
   ^~~~

信息

递交者
类型
递交
题目
P2772 立方数1级2 2024.6
语言
C++
递交时间
2025-01-19 20:24:09
评测时间
2025-01-19 20:24:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes