摘要:
注意事项:1、要是K大于链表长度怎么办? 2、knext; 12 } 13 while (first next != nullptr) 14 { 15 first = first next; 16 second = second next; 17 } 18 return second; 19 } s 阅读全文
摘要:
进行分支切换时,出现如此错误,导致无法正常切换:error: The following untracked working tree files would be overwritten by checkout 通过错误提示可知,是由于一些untracked working tree files引 阅读全文