A、p↑.next:=p↑. next↑.next;
B、p:=p↑.next;p↑.next:=p↑.next↑. next;
C、free(p↑.next);
D、p:=p↑.next↑.next;
时间:2022-01-12 23:22 关键词:
相关问题