摘要: 1 public class Solution 2 { 3 int row = 0; 4 int column = 0; 5 int FreshOrangeCount = 0; 6 int RottenOrangeCount = 0; 7 int Minute = 0; 8 ... 阅读全文
posted @ 2019-02-17 15:15 Sempron2800+ 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 public class Node 2 { 3 public int CurNode; 4 public int FatherNode; 5 public int Layer; 6 } 7 8 public class Solution 9 { 10 public List L... 阅读全文
posted @ 2019-02-17 13:43 Sempron2800+ 阅读(120) 评论(0) 推荐(0) 编辑