spric

Results 4 issues of spric

你没有考虑链表为空的情况,如果L->next为NULL,则无法执行p->next = L->next。 正确的应该这样 ``` void CreatListHead(LinkList &L, const int n) { for (int i = 0; i < n; ++i) { DuLnode *p = new DuLnode; if (p ==...

### Windows build number: 10.0.22631.3447 ### Your Distribution version: 20.04 ### Your WSL versions: `WSL 版本: 2.1.5.0 内核版本: 5.15.146.1-2 WSLg 版本: 1.0.60 MSRDC 版本: 1.2.5105 Direct3D 版本: 1.611.1-81528511 DXCore 版本:...

bug

### Windows build number: 10.0.22631.3447 ### Your Distribution version: 20.04 ### Your WSL versions: `WSL 版本: 2.1.5.0 内核版本: 5.15.146.1-2 WSLg 版本: 1.0.60 MSRDC 版本: 1.2.5105 Direct3D 版本: 1.611.1-81528511 DXCore 版本:...

bug