Amethyst🌹
Amethyst🌹
全部文章
分类
归档
标签
去牛客网
登录
/
注册
Amethyst🌹的博客
全部文章
(共1篇)
题解 | #火车进站#
import java.util.*; public class Main { private static int[] nums = null; //待进站列车 private static Deque<Integer> waiting = new Linke...
回溯
2024-07-14
1
182