帮帮我
M maubenchscoslo1989 New member 2022-01-18 #3 如果(node->next == NULL){cout << "单向链表";} else {cout << "循环链表";}