我的代码有什么问题我尝试解决 leencode 问题36. Valid Sudoku当我运行这个按摩显示 AddressSanitizer:DEADLYSIGNAL 的代码时

问题描述

我尝试解决 leencode 问题(36。有效数独) 当我运行代码时,这个按摩节目

问题链接https://leetcode.com/problems/valid-sudoku/

[[[0,0],[0,0]],[[0,1]],2]],[1,[2,1],2],[[1,[[2,2]]]

[[['A',2]]]

代码

AddressSanitizer:DEADLYSIGNAL
=================================================================
==30==ERROR: AddressSanitizer: SEGV on unkNown address (pc 0x00000034450a bp 0x7ffe7d315230 sp 0x7ffe7d315210 T0)
==30==The signal is caused by a READ memory access.
==30==Hint: this fault was caused by a dereference of a high value address (see register values below).  dissassemble the provided pc to learn which register was used.
    #2 0x7fcd782630b2  (/lib/x86_64-linux-gnu/libc.so.6+0x270b2)
AddressSanitizer can not provide additional info.
==30==ABORTING

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)