这是我的废物写法 class RecentCounter { Deque<Integer> sta; public RecentCounter() { this.sta = new LinkedList<>(); } public int ping(int t) { int res = 1; Deq Read More
posted @ 2021-08-29 16:19 K峰 Views(53) Comments(0) Diggs(0)