2021年12月28日

JAVA 读取

摘要: Scanner in = new Scanner(System.in); int a = in.nextInt(); System.out.println(a); double b = in.nextDouble(); System.out.println(b); long c = in.nextL 阅读全文

posted @ 2021-12-28 17:31 cltt 阅读(44) 评论(0) 推荐(0) 编辑

Adobe Acrobat 2020 安装教程

摘要: 参考链接:https://www.aisoutu.com/a/90256 下载地址:https://pan.baidu.com/s/1JpjnOEbGRQIk95a87_XyRA 提取码:9999 解压 安装即可 阅读全文

posted @ 2021-12-28 17:02 cltt 阅读(394) 评论(0) 推荐(0) 编辑

复制链表

摘要: 方法1 :先拼接 再拆分 /* // Definition for a Node. class Node { int val; Node next; Node random; public Node(int val) { this.val = val; this.next = null; this. 阅读全文

posted @ 2021-12-28 15:39 cltt 阅读(89) 评论(0) 推荐(0) 编辑

导航