Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:50:13: warning: comparison between two arrays [-Warray-compare]
   50 |         if(a==b)
      |            ~^~~
/in/foo.cc:50:13: note: use unary '+' which decays operands to pointers or '&a[0] == &b[0]' to compare the addresses
# 状态 耗时 内存占用
#1 Accepted 2ms 488.0 KiB
#2 Accepted 1ms 524.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 1ms 504.0 KiB
#5 Accepted 1ms 536.0 KiB
#6 Wrong Answer 2ms 480.0 KiB
#7 Accepted 1ms 352.0 KiB
#8 Accepted 1ms 516.0 KiB
#9 Accepted 2ms 528.0 KiB
#10 Accepted 1ms 304.0 KiB

信息

递交者
类型
递交
题目
P3071 数独 202602saccc四级T3
语言
C++
递交时间
2026-04-07 17:02:59
评测时间
2026-04-07 17:02:59
评测机
分数
90
总耗时
18ms
峰值内存
536.0 KiB