会C语言的高手们进下!!

2025-04-15 15:37:29
推荐回答(1个)
回答1:

在函数insert_seqlist里面
for(j=L->length-1;j>=i-1;j++)// 这里逻辑错误 j++改为j--
虽然还有一些不严谨,但是都能通过,结果也真确