Trying to keep the count steady but finding no success

前端 未结 0 1166
[愿得一人]
[愿得一人] 2020-12-11 03:30
public static Node test(Node n1) {
    int x = countIndex(n1);
    System.out.println(x);
    n1 = n1.getNext();
    if(n1 != null) ret         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题