Loading

摘要: 1 import java.util.Scanner; 2 3 /** 4 * Created by yueli on 2018/9/11. 5 */ 6 public class Exmple { 7 class node{ 8 public int n; 9 public node next; 10 } 11 p... 阅读全文
posted @ 2018-09-11 23:07 ArkiWang 阅读(169) 评论(0) 推荐(0) 编辑