记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 |         if(m=a*a*a+b*b*b+c*c*c){
      |            ~^~~~~~~~~~~~~~~~~~
/in/foo.cc:18:9: error: expected '}' before 'else'
   18 |         else
      |         ^~~~
/in/foo.cc:16:32: note: to match this '{'
   16 |         if(m=a*a*a+b*b*b+c*c*c){
      |                                ^

信息

递交者
类型
自测
题目
P1092 xf2-5水仙花数
语言
C++
递交时间
2025-03-29 20:19:18
评测时间
2025-03-29 20:19:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes