摘要: ``public static void main(String[] args) { } public int[] reversePrint(ListNode head) { } class ListNode { int val; ListNode next; ListNode(int x) { v 阅读全文
posted @ 2020-11-09 20:44 啦啦啦。。 阅读(33) 评论(0) 推荐(0)
摘要: public class Queue { public static void main(String[] args) { int dwait = 0,clock = 0,wait = 0,count = 0,have = 0,finish; int arr,tre; Qnode curr,temp 阅读全文
posted @ 2020-11-09 20:22 啦啦啦。。 阅读(40) 评论(0) 推荐(0)
摘要: 输出流的用法 www.baidu.com | 姓名 | 年龄 | 爱好 | | | | | | 王二 | 18 | 吃 | `package com.javastudy.IO; import java.io.FileInputStream; import java.io.FileNotFoundEx 阅读全文
posted @ 2020-11-09 20:20 啦啦啦。。 阅读(63) 评论(0) 推荐(0)