Wrong Answer

foo.cc: In function 'int main()':
foo.cc:11:8: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
   11 |  if(b^3+c^3+d^3==a)
      |       ~^~
foo.cc:11:12: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
   11 |  if(b^3+c^3+d^3==a)
      |           ~^~
foo.cc:11:16: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
   11 |  if(b^3+c^3+d^3==a)
      |               ~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 380.0 KiB
#2 Wrong Answer Read Yes, expect No. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1014 水仙花数
语言
C++
递交时间
2022-07-19 23:53:58
评测时间
2022-07-19 23:53:58
评测机
分数
50
总耗时
3ms
峰值内存
384.0 KiB